Module nix::fcntl [−][src]
Re-exports
pub use self::FcntlArg::*; |
Structs
AtFlags | |
FallocateFlags | Mode argument flags for fallocate determining operation performed on a given range. |
FdFlag | Additional configuration flags for |
OFlag | Configuration options for opened files. |
SealFlag | Additional flags for file sealing, which allows for limiting operations on a file. |
SpliceFFlags | Additional flags to |
Enums
FcntlArg | |
FlockArg | |
PosixFadviseAdvice |
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 | |
splice | |
tee | |
vmsplice |