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.