[go: up one dir, main page]

fsconfig_set_fd

Function fsconfig_set_fd 

Source
pub fn fsconfig_set_fd<Key: Arg, Fd: AsFd, AuxFd: AsFd>(
    fs_fd: Fd,
    key: Key,
    fd: AuxFd,
) -> Result<()>
Available on crate feature mount only.
Expand description

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

ยงReferences