pub fn sb_show_options( kernel: &Kernel, buf: &mut impl OutputBuffer, mount: &Mount, ) -> Result<(), Errno>
Writes the LSM mount options of mount into buf. Corresponds to the sb_show_options LSM hook.
mount
buf
sb_show_options