devela::_dep::rustix::mount

Function fsconfig_create

pub fn fsconfig_create(fs_fd: BorrowedFd<'_>) -> Result<(), Errno> 
Available on crate feature dep_rustix only.
Expand description

fsconfig(fs_fd, FSCONFIG_CMD_CREATE, key, NULL, 0)

§References