file_system_init_security

Function file_system_init_security 

Source
pub fn file_system_init_security(
    mount_options: &FileSystemMountOptions,
    ops: &dyn FileSystemOps,
) -> Result<FileSystemState, Errno>
Expand description

Returns security state to associate with a filesystem based on the supplied mount options. This sits somewhere between fs_context_parse_param() and sb_set_mnt_opts() in function.