Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dlsm_hooks.h1467 int (*sb_show_options)(struct seq_file *m, struct super_block *sb); member
1806 struct hlist_head sb_show_options; member
/Linux-v4.19/security/
Dsecurity.c394 return call_int_hook(sb_show_options, 0, m, sb); in security_sb_show_options()
/Linux-v4.19/security/selinux/
Dhooks.c6924 LSM_HOOK_INIT(sb_show_options, selinux_sb_show_options),