Home
last modified time | relevance | path

Searched refs:SPLICE_F_MOVE (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dsplice.h17 #define SPLICE_F_MOVE (0x01) /* move pages instead of copying */ macro
24 #define SPLICE_F_ALL (SPLICE_F_MOVE|SPLICE_F_NONBLOCK|SPLICE_F_MORE|SPLICE_F_GIFT)
/OK3568_Linux_fs/kernel/tools/virtio/virtio-trace/
H A Dtrace-agent-rw.c128 ts->pipe_size, SPLICE_F_MOVE | SPLICE_F_MORE); in rw_thread_main()
150 SPLICE_F_MOVE | SPLICE_F_MORE); in rw_thread_main()
/OK3568_Linux_fs/kernel/tools/testing/selftests/splice/
H A Dsplice_read.c49 size, SPLICE_F_MOVE); in main()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dfcntl-linux.h345 # define SPLICE_F_MOVE 1 /* Move pages instead of copying. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dfcntl-linux.h345 # define SPLICE_F_MOVE 1 /* Move pages instead of copying. */ macro
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dcopy_up.c214 this_len, SPLICE_F_MOVE); in ovl_copy_up_data()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Ddev.c2063 if (flags & SPLICE_F_MOVE) in fuse_dev_splice_write()