[go: up one dir, main page]

Function rustix::mount::fsconfig_set_path

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

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

§References