fcntl_
add_
seals
rustix
0.38.42
fcntl_
add_
seals
Sections
References
In rustix::
fs
Modules
abs
at
constants
copy_file_range
cwd
dir
fadvise
fcntl
fd
id
inotify
ioctl
makedev
memfd_create
mount
openat2
raw_dir
seek_from
sendfile
special
statx
sync
xattr
Structs
Access
AtFlags
Dir
DirEntry
FallocateFlags
Gid
IFlags
MemfdFlags
Mode
OFlags
RawDir
RawDirEntry
RenameFlags
ResolveFlags
SealFlags
StatVfs
StatVfsMountFlags
StatxFlags
Timestamps
Uid
XattrFlags
Enums
Advice
FileType
FlockOperation
SeekFrom
Constants
ABS
CWD
NFS_SUPER_MAGIC
PROC_SUPER_MAGIC
UTIME_NOW
UTIME_OMIT
Traits
DirEntryExt
FileExt
FileTypeExt
MetadataExt
OpenOptionsExt
StatExt
Functions
access
accessat
chmod
chmodat
chown
chownat
copy_file_range
cwd
ext4_ioc_resize_fs
fadvise
fallocate
fchmod
fchown
fcntl_add_seals
fcntl_get_seals
fcntl_getfl
fcntl_lock
fcntl_setfl
fdatasync
fgetxattr
flistxattr
flock
fremovexattr
fsetxattr
fstat
fstatfs
fstatvfs
fsync
ftruncate
futimens
getxattr
ioctl_blkpbszget
ioctl_blksszget
ioctl_ficlone
ioctl_getflags
ioctl_setflags
is_file_read_write
lgetxattr
link
linkat
listxattr
llistxattr
lremovexattr
lsetxattr
lstat
major
makedev
memfd_create
minor
mkdir
mkdirat
mknodat
open
openat
openat2
readlink
readlinkat
readlinkat_raw
removexattr
rename
renameat
renameat_with
rmdir
seek
sendfile
setxattr
stat
statat
statfs
statvfs
statx
symlink
symlinkat
sync
syncfs
tell
unlink
unlinkat
utimensat
Type Aliases
Dev
FsWord
Nsecs
RawMode
Secs
Stat
StatFs
Statx
StatxTimestamp
Timespec
rustix
::
fs
Function
fcntl_add_seals
Copy item path
Settings
Help
Summary
source
pub fn fcntl_add_seals<Fd:
AsFd
>(fd: Fd, seals:
SealFlags
) ->
Result
<
()
>
Expand description
fcntl(fd, F_ADD_SEALS)
§
References
Linux