Function 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