Skip to main content

sb_show_options

Function sb_show_options 

Source
pub fn sb_show_options<'a>(
    _kernel: &Kernel,
    fs: &'a FileSystem,
) -> Result<impl Display + 'a, Errno>
Expand description

Returns a Display implementation that Writes the LSM mount options of fs into buf. Corresponds to the sb_show_options LSM hook.