[go: up one dir, main page]

Function rustix::mount::fsconfig_set_fd

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

fsconfig(fs_fd, FSCONFIG_SET_FD, key, NULL, fd)

§References