Lines Matching refs:real_mount

335 	struct mount *mnt = real_mount(m);  in __mnt_want_write()
439 mnt_dec_writers(real_mount(mnt)); in __mnt_drop_write()
586 mnt = real_mount(bastard); in __legitimize_mnt()
1229 struct mount *m = real_mount(mnt); in mntput()
1241 mnt_add_count(real_mount(mnt), 1); in mntget()
1279 p = clone_mnt(real_mount(path->mnt), path->dentry, CL_PRIVATE); in mnt_clone_internal()
1382 struct mount *mnt = real_mount(m); in may_umount_tree()
1422 if (propagate_mount_busy(real_mount(mnt), 2)) in may_umount()
1730 struct mount *mnt = real_mount(path->mnt); in can_umount()
1748 struct mount *mnt = real_mount(path->mnt); in path_umount()
1897 if (!check_mnt(real_mount(path->mnt))) in collect_mounts()
1900 tree = copy_tree(real_mount(path->mnt), path->dentry, in collect_mounts()
1916 ns = real_mount(mnt)->mnt_ns; in dissolve_on_fput()
1919 umount_tree(real_mount(mnt), UMOUNT_CONNECTED); in dissolve_on_fput()
1933 umount_tree(real_mount(mnt), 0); in drop_collected_mounts()
1964 struct mount *old_mnt = real_mount(path->mnt); in clone_private_mount()
2001 list_for_each_entry(mnt, &real_mount(root)->mnt_list, mnt_list) { in iterate_mounts()
2313 struct mount *mnt = real_mount(path->mnt); in do_change_type()
2344 struct mount *mnt = ERR_PTR(-EINVAL), *old = real_mount(old_path->mnt); in __do_loopback()
2392 parent = real_mount(path->mnt); in do_loopback()
2589 struct mount *mnt = real_mount(path->mnt); in do_reconfigure_mnt()
2628 struct mount *mnt = real_mount(path->mnt); in do_remount()
2703 from = real_mount(from_path->mnt); in do_set_group()
2704 to = real_mount(to_path->mnt); in do_set_group()
2784 old = real_mount(old_path->mnt); in do_move_mount()
2785 p = real_mount(new_path->mnt); in do_move_mount()
2831 err = attach_recursive_mnt(old, real_mount(new_path->mnt), mp, in do_move_mount()
2875 struct mount *parent = real_mount(path->mnt); in do_add_mount()
2936 error = do_add_mount(real_mount(mnt), mp, mountpoint, mnt_flags); in do_new_mount_fc()
3008 mnt = real_mount(m); in finish_automount()
3075 list_add_tail(&real_mount(mnt)->mnt_expire, expiry_list); in mnt_set_expiry()
3481 struct mount *mnt = real_mount(m); in mount_subtree()
3672 mnt = real_mount(newmount.mnt); in SYSCALL_DEFINE3()
3785 res = is_path_reachable(real_mount(path1->mnt), path1->dentry, path2); in path_is_under()
3848 new_mnt = real_mount(new.mnt); in SYSCALL_DEFINE2()
3849 root_mnt = real_mount(root.mnt); in SYSCALL_DEFINE2()
3850 old_mnt = real_mount(old.mnt); in SYSCALL_DEFINE2()
4056 struct mount *mnt = real_mount(path->mnt), *last = NULL; in do_mount_setattr()
4288 m = real_mount(mnt); in init_mount_tree()
4356 real_mount(mnt)->mnt_ns = MNT_NS_INTERNAL; in kern_mount()
4366 real_mount(mnt)->mnt_ns = NULL; in kern_unmount()
4379 real_mount(mnt[i])->mnt_ns = NULL; in kern_unmount_array()
4388 return check_mnt(real_mount(mnt)); in our_mnt()
4516 return !(mnt->mnt_flags & MNT_NOSUID) && check_mnt(real_mount(mnt)) && in mnt_may_suid()