[][src]Constant libfuse_sys::fuse::fuse_buf_flags_FUSE_BUF_FD_RETRY

pub const fuse_buf_flags_FUSE_BUF_FD_RETRY: fuse_buf_flags = 8;

Retry operation on file descriptor

If this flag is set then retry operation on file descriptor until .size bytes have been copied or an error or EOF is detected.