[][src]Module nix::fcntl

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 fcntl's F_SETFD.

OFlag

Configuration options for opened files.

SealFlag

Additional flags for file sealing, which allows for limiting operations on a file.

SpliceFFlags

Additional flags to splice and friends.

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