[][src]Constant libfuse_sys::fuse_buf_copy_flags_FUSE_BUF_SPLICE_MOVE

pub const fuse_buf_copy_flags_FUSE_BUF_SPLICE_MOVE: fuse_buf_copy_flags = 8;

Try to move data with splice.

If splice is used, try to move pages from the source to the destination instead of copying. See documentation of SPLICE_F_MOVE in splice(2) man page.