Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dlsm_hooks.h1351 int (*sb_clone_mnt_opts)(const struct super_block *oldsb, member
1649 struct list_head sb_clone_mnt_opts; member
/linux-4.4.14/security/
Dsecurity.c335 return call_int_hook(sb_clone_mnt_opts, 0, oldsb, newsb); in security_sb_clone_mnt_opts()
1590 .sb_clone_mnt_opts =
1591 LIST_HEAD_INIT(security_hook_heads.sb_clone_mnt_opts),
/linux-4.4.14/security/selinux/
Dhooks.c5892 LSM_HOOK_INIT(sb_clone_mnt_opts, selinux_sb_clone_mnt_opts),