sb_show_options 1501 include/linux/lsm_hooks.h int (*sb_show_options)(struct seq_file *m, struct super_block *sb); sb_show_options 1850 include/linux/lsm_hooks.h struct hlist_head sb_show_options; sb_show_options 849 security/security.c return call_int_hook(sb_show_options, 0, m, sb); sb_show_options 6861 security/selinux/hooks.c LSM_HOOK_INIT(sb_show_options, selinux_sb_show_options),