sb_statfs

Function sb_statfs 

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