Searched refs:sb_show_options (Results 1 – 3 of 3) sorted by relevance
1341 int (*sb_show_options)(struct seq_file *m, struct super_block *sb); member1643 struct list_head sb_show_options; member
297 return call_int_hook(sb_show_options, 0, m, sb); in security_sb_show_options()1582 .sb_show_options =1583 LIST_HEAD_INIT(security_hook_heads.sb_show_options),
5887 LSM_HOOK_INIT(sb_show_options, selinux_sb_show_options),