devela::_dep::rustix::mount

Function fsconfig_set_flag

pub fn fsconfig_set_flag<Key>(
    fs_fd: BorrowedFd<'_>,
    key: Key,
) -> Result<(), Errno> 
where Key: Arg,
Available on crate feature dep_rustix only.
Expand description

fsconfig(fs_fd, FSCONFIG_SET_FLAG, key, NULL, 0)

§References