☰
In nix::fcntl
Structs
AtFlags
FallocateFlags
FdFlag
OFlag
RenameFlags
SealFlag
Enums
FcntlArg
FlockArg
PosixFadviseAdvice
Functions
fallocate
fcntl
flock
open
openat
posix_fadvise
posix_fallocate
readlink
readlinkat
renameat
renameat2
?
Function
nix
::
fcntl
::
posix_fallocate
source
·
[
−
]
pub fn posix_fallocate(fd:
RawFd
, offset:
off_t
, len:
off_t
) ->
Result
<
()
>