Skip to main content

walk_mounts

Function walk_mounts 

Source
pub fn walk_mounts<P: PhysicalMemoryProvider>(
    reader: &ObjectReader<P>,
) -> Result<Vec<MountEntry>>
Expand description

Walk mount list and return all mounted filesystems.

Returns Ok(Vec::new()) when init_task symbol is absent.