sb_kern_mount    1500 include/linux/lsm_hooks.h 	int (*sb_kern_mount)(struct super_block *sb);
sb_kern_mount    1849 include/linux/lsm_hooks.h 	struct hlist_head sb_kern_mount;
sb_kern_mount     844 security/security.c 	return call_int_hook(sb_kern_mount, 0, sb);
sb_kern_mount    6860 security/selinux/hooks.c 	LSM_HOOK_INIT(sb_kern_mount, selinux_sb_kern_mount),