Function nc::fsopen

source ·
pub unsafe fn fsopen<P: AsRef<Path>>(
    fs_name: P,
    flags: u32
) -> Result<(), Errno>
Expand description

Open a filesystem by name so that it can be configured for mounting.