Home
last modified time | relevance | path

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

/linux-4.1.27/tools/virtio/virtio-trace/
Dtrace-agent-rw.c130 ts->pipe_size, SPLICE_F_MOVE | SPLICE_F_MORE); in rw_thread_main()
152 SPLICE_F_MOVE | SPLICE_F_MORE); in rw_thread_main()
/linux-4.1.27/include/linux/
Dsplice.h16 #define SPLICE_F_MOVE (0x01) /* move pages instead of copying */ macro
/linux-4.1.27/fs/overlayfs/
Dcopy_up.c120 this_len, SPLICE_F_MOVE); in ovl_copy_up_data()
/linux-4.1.27/fs/fuse/
Ddev.c2047 if (flags & SPLICE_F_MOVE) in fuse_dev_splice_write()