Function lrs::syscall::fcntl_add_seals

Adds file seals to an inode.

Syntax

fn fcntl_add_seals(fd: i32, seals: u32) -> i32

Arguments

NameDescription
fd

A file descriptor refering to the inode.

seals

The seals to add.

Remarks

Kernel versions

The required kernel version is 3.17.

See also