Expand description
File-specific values shared by VFS implementations.
Structs§
- Access
Flags - Permissions checked by
Vfs::access. - Copy
Data Result - Result of one bounded
File::copy_dataoperation. - File
- File
Lock - A held file lock released explicitly or when dropped.
- File
Lock Range - A half-open byte range used for a file lock.
- Open
Options - Stream
Entry - Describes one alternate data stream associated with a file.
- Xattr
Entry - Describes one extended attribute without reading its value.
Enums§
- Copy
Dest - Where a copy’s bytes land in the destination.
- Copy
Mode - Whether a copy may — or must — share blocks with its source rather than duplicating them.
- File
Lock Behavior - Whether acquiring a file lock may wait.
- File
Lock Mode - Lock access requested for a byte range of a file.
- Xattr
Namespace - Selects an extended-attribute namespace when listing attributes.