Home
last modified time | relevance | path

Searched refs:sb_show_options (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Dlsm_hooks.h1501 int (*sb_show_options)(struct seq_file *m, struct super_block *sb); member
1850 struct hlist_head sb_show_options; member
/Linux-v5.4/security/
Dsecurity.c849 return call_int_hook(sb_show_options, 0, m, sb); in security_sb_show_options()
/Linux-v5.4/security/selinux/
Dhooks.c6829 LSM_HOOK_INIT(sb_show_options, selinux_sb_show_options),