sb_show_options

Function sb_show_options 

Source
pub fn sb_show_options(
    kernel: &Kernel,
    buf: &mut impl OutputBuffer,
    mount: &Mount,
) -> Result<(), Errno>
Expand description

Writes the LSM mount options of mount into buf. Corresponds to the sb_show_options LSM hook.