Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dlsm_hooks.h1500 int (*sb_kern_mount)(struct super_block *sb); member
1849 struct hlist_head sb_kern_mount; member
/Linux-v5.4/security/
Dsecurity.c844 return call_int_hook(sb_kern_mount, 0, sb); in security_sb_kern_mount()
/Linux-v5.4/security/selinux/
Dhooks.c6828 LSM_HOOK_INIT(sb_kern_mount, selinux_sb_kern_mount),