⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

get_vfs

Function get_vfs 

Source
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.