Re-exports§
pub use self::FcntlArg::*;
Structs§
- AtFlags
- Fallocate
Flags - Mode argument flags for fallocate determining operation performed on a given range.
- FdFlag
- Additional configuration flags for
fcntl
’sF_SETFD
. - OFlag
- Configuration options for opened files.
- Rename
Flags - Seal
Flag - Additional flags for file sealing, which allows for limiting operations on a file.
- SpliceF
Flags - Additional flags to
splice
and friends.
Enums§
Functions§
- copy_
file_ range - Copy a range of data from one file to another
- fallocate
- Manipulates file space.
- fcntl
- flock
- open
- openat
- posix_
fadvise - posix_
fallocate - readlink
- readlinkat
- renameat
- renameat2
- splice
- tee
- vmsplice