devela::_dep::rustix::mount

Function fsconfig_set_path

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

fsconfig(fs_fd, FSCONFIG_SET_PATH, key, path, fd)

§References