Function lrs::syscall::fcntl_get_seals

Returns the seals of an inode.

Syntax

fn fcntl_get_seals(fd: i32) -> i32

Arguments

NameDescription
fd

A file descriptor refering to the inode.

Remarks

Kernel versions

The required kernel version is 3.17.

See also