Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dlsm_hooks.h1481 int (*sb_parse_opts_str)(char *options, struct security_mnt_opts *opts); member
1813 struct hlist_head sb_parse_opts_str; member
/Linux-v4.19/security/
Dsecurity.c441 return call_int_hook(sb_parse_opts_str, 0, options, opts); in security_sb_parse_opts_str()
/Linux-v4.19/security/smack/
Dsmack_lsm.c4667 LSM_HOOK_INIT(sb_parse_opts_str, smack_parse_opts_str),
/Linux-v4.19/security/selinux/
Dhooks.c6930 LSM_HOOK_INIT(sb_parse_opts_str, selinux_parse_opts_str),