[][src]Constant libfuse_sys::fuse_lowlevel::fuse_buf_flags_FUSE_BUF_FD_SEEK

pub const fuse_buf_flags_FUSE_BUF_FD_SEEK: fuse_buf_flags = 4;

Seek on the file descriptor

If this flag is set then the .pos field is valid and is used to seek to the given offset before performing operation on file descriptor.