pub fn get_vfs() -> &'static RwLock<Vfs>Expand description
Get the VFS instance (unified for all architectures).
Panics if the VFS has not been initialized via init.
Prefer try_get_vfs in contexts where a panic is unacceptable.
pub fn get_vfs() -> &'static RwLock<Vfs>Get the VFS instance (unified for all architectures).
Panics if the VFS has not been initialized via init.
Prefer try_get_vfs in contexts where a panic is unacceptable.