Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dlsm_hooks.h1477 int (*sb_clone_mnt_opts)(const struct super_block *oldsb, member
1812 struct hlist_head sb_clone_mnt_opts; member
/Linux-v4.19/security/
Dsecurity.c434 return call_int_hook(sb_clone_mnt_opts, 0, oldsb, newsb, in security_sb_clone_mnt_opts()
/Linux-v4.19/security/selinux/
Dhooks.c6929 LSM_HOOK_INIT(sb_clone_mnt_opts, selinux_sb_clone_mnt_opts),