[][src]Function linux::syscall::fcntl_get_seals

pub fn fcntl_get_seals(fd: c_int) -> c_int

Returns the seals of an inode.

[argument, fd] A file descriptor refering to the inode.

= Remarks

== Kernel versions

The required kernel version is 3.17.

= See also

  • link:man:fcntl(2) and F_GET_SEALS therein