[][src]Function linux::syscall::fcntl_add_seals

pub fn fcntl_add_seals(fd: c_int, seals: c_uint) -> c_int

Adds file seals to an inode.

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

[argument, seals] The seals to add.

= Remarks

== Kernel versions

The required kernel version is 3.17.

= See also

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