pub fn sb_statfs(
current_task: &CurrentTask,
fs: &FileSystem,
) -> Result<(), Errno>Expand description
Checks if current_task has the permission to get the filesystem statistics of fs.
Corresponds to the sb_statfs() LSM hook.
pub fn sb_statfs(
current_task: &CurrentTask,
fs: &FileSystem,
) -> Result<(), Errno>Checks if current_task has the permission to get the filesystem statistics of fs.
Corresponds to the sb_statfs() LSM hook.