fsconfig_set_binary

Function fsconfig_set_binary 

Source
pub fn fsconfig_set_binary<Key: Arg, Fd: AsFd>(
    fs_fd: Fd,
    key: Key,
    value: &[u8],
) -> Result<()>
Available on crate feature mount only.
Expand description

fsconfig(fs_fd, FSCONFIG_SET_BINARY, key, value, value.len())

ยงReferences