Skip to main content

Module fs

Module fs 

Source
Expand description

Linux mounted filesystem walker.

Enumerates mounted filesystems by walking the mount linked list from init_task.nsproxy → mnt_namespace → list. Each mount struct provides the device name, mount point dentry, and filesystem type from the super_block.

Functions§

walk_filesystems
Walk all mounted filesystems visible from init’s mount namespace.