sb_clone_mnt_opts 1511 include/linux/lsm_hooks.h 	int (*sb_clone_mnt_opts)(const struct super_block *oldsb,
sb_clone_mnt_opts 1856 include/linux/lsm_hooks.h 	struct hlist_head sb_clone_mnt_opts;
sb_clone_mnt_opts  889 security/security.c 	return call_int_hook(sb_clone_mnt_opts, 0, oldsb, newsb,
sb_clone_mnt_opts 6866 security/selinux/hooks.c 	LSM_HOOK_INIT(sb_clone_mnt_opts, selinux_sb_clone_mnt_opts),