sb_remount       1499 include/linux/lsm_hooks.h 	int (*sb_remount)(struct super_block *sb, void *mnt_opts);
sb_remount       1848 include/linux/lsm_hooks.h 	struct hlist_head sb_remount;
sb_remount        838 security/security.c 	return call_int_hook(sb_remount, 0, sb, mnt_opts);
sb_remount       6859 security/selinux/hooks.c 	LSM_HOOK_INIT(sb_remount, selinux_sb_remount),