[go: up one dir, main page]

Function rustix::mount::fsconfig_create

source ·
pub fn fsconfig_create(fs_fd: BorrowedFd<'_>) -> Result<()>
Available on crate feature mount only.
Expand description

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

§References