Lines Matching refs:real_mount

487 	struct mount *mnt = real_mount(m);  in mnt_get_write_access()
610 mnt_dec_writers(real_mount(mnt)); in mnt_put_write_access()
779 mnt = real_mount(bastard); in __legitimize_mnt()
1505 struct mount *m = real_mount(mnt); in mntput()
1517 mnt_add_count(real_mount(mnt), 1); in mntget()
1530 real_mount(mnt)->mnt_ns = NULL; in mnt_make_shortterm()
1566 p = clone_mnt(real_mount(path->mnt), path->dentry, CL_PRIVATE); in mnt_clone_internal()
1677 struct mount *mnt = real_mount(m); in may_umount_tree()
1717 if (propagate_mount_busy(real_mount(mnt), 2)) in may_umount()
2028 struct mount *mnt = real_mount(path->mnt); in can_umount()
2046 struct mount *mnt = real_mount(path->mnt); in path_umount()
2235 if (!check_mnt(real_mount(path->mnt))) in collect_mounts()
2238 tree = copy_tree(real_mount(path->mnt), path->dentry, in collect_mounts()
2254 ns = real_mount(mnt)->mnt_ns; in dissolve_on_fput()
2257 umount_tree(real_mount(mnt), UMOUNT_CONNECTED); in dissolve_on_fput()
2271 umount_tree(real_mount(mnt), 0); in drop_collected_mounts()
2302 struct mount *old_mnt = real_mount(path->mnt); in clone_private_mount()
2339 list_for_each_entry(mnt, &real_mount(root)->mnt_list, mnt_list) { in iterate_mounts()
2647 m = real_mount(mnt); in do_lock_mount()
2747 struct mount *mnt = real_mount(path->mnt); in do_change_type()
2778 struct mount *mnt = ERR_PTR(-EINVAL), *old = real_mount(old_path->mnt); in __do_loopback()
2831 parent = real_mount(path->mnt); in do_loopback()
3034 struct mount *mnt = real_mount(path->mnt); in do_reconfigure_mnt()
3073 struct mount *mnt = real_mount(path->mnt); in do_remount()
3153 from = real_mount(from_path->mnt); in do_set_group()
3154 to = real_mount(to_path->mnt); in do_set_group()
3266 struct mount *mnt_from = real_mount(from->mnt), in can_move_mount_beneath()
3267 *mnt_to = real_mount(to->mnt), in can_move_mount_beneath()
3339 old = real_mount(old_path->mnt); in do_move_mount()
3340 p = real_mount(new_path->mnt); in do_move_mount()
3399 err = attach_recursive_mnt(old, real_mount(new_path->mnt), mp, flags); in do_move_mount()
3442 struct mount *parent = real_mount(path->mnt); in do_add_mount()
3502 error = do_add_mount(real_mount(mnt), mp, mountpoint, mnt_flags); in do_new_mount_fc()
3580 mnt = real_mount(m); in finish_automount()
3644 list_add_tail(&real_mount(mnt)->mnt_expire, expiry_list); in mnt_set_expiry()
4054 struct mount *mnt = real_mount(m); in mount_subtree()
4242 mnt = real_mount(newmount.mnt); in SYSCALL_DEFINE3()
4357 res = is_path_reachable(real_mount(path1->mnt), path1->dentry, path2); in path_is_under()
4420 new_mnt = real_mount(new.mnt); in SYSCALL_DEFINE2()
4421 root_mnt = real_mount(root.mnt); in SYSCALL_DEFINE2()
4422 old_mnt = real_mount(old.mnt); in SYSCALL_DEFINE2()
4648 struct mount *mnt = real_mount(path->mnt); in do_mount_setattr()
4984 struct mount *m = real_mount(s->mnt); in statmount_mnt_basic()
4999 struct mount *m = real_mount(s->mnt); in statmount_propagate_from()
5057 struct mount *r = real_mount(s->mnt); in statmount_sb_source()
5349 m = real_mount(s->mnt); in do_statmount()
5582 if (!is_path_reachable(real_mount(orig.mnt), orig.dentry, &root) && in do_listmount()
5687 m = real_mount(mnt); in init_mount_tree()
5756 real_mount(mnt)->mnt_ns = MNT_NS_INTERNAL; in kern_mount()
5787 return check_mnt(real_mount(mnt)); in our_mnt()
5910 return !(mnt->mnt_flags & MNT_NOSUID) && check_mnt(real_mount(mnt)) && in mnt_may_suid()