Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dlsm_hooks.h1511 int (*sb_clone_mnt_opts)(const struct super_block *oldsb, member
1856 struct hlist_head sb_clone_mnt_opts; member
/Linux-v5.4/security/
Dsecurity.c889 return call_int_hook(sb_clone_mnt_opts, 0, oldsb, newsb, in security_sb_clone_mnt_opts()
/Linux-v5.4/security/selinux/
Dhooks.c6834 LSM_HOOK_INIT(sb_clone_mnt_opts, selinux_sb_clone_mnt_opts),