Skip to main content

proc_fs

Function proc_fs 

Source
pub fn proc_fs(
    locked: &mut Locked<Unlocked>,
    current_task: &CurrentTask,
    options: FileSystemOptions,
) -> Result<FileSystemHandle, Errno>
Expand description

Returns kernel’s procfs instance, initializing it if needed.