Home
last modified time | relevance | path

Searched refs:sb_parse_opts_str (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dlsm_hooks.h1353 int (*sb_parse_opts_str)(char *options, struct security_mnt_opts *opts); member
1650 struct list_head sb_parse_opts_str; member
/linux-4.4.14/security/
Dsecurity.c341 return call_int_hook(sb_parse_opts_str, 0, options, opts); in security_sb_parse_opts_str()
1592 .sb_parse_opts_str =
1593 LIST_HEAD_INIT(security_hook_heads.sb_parse_opts_str),
/linux-4.4.14/security/smack/
Dsmack_lsm.c4589 LSM_HOOK_INIT(sb_parse_opts_str, smack_parse_opts_str),
/linux-4.4.14/security/selinux/
Dhooks.c5893 LSM_HOOK_INIT(sb_parse_opts_str, selinux_parse_opts_str),