Lines Matching refs:real_mount

344 	struct mount *mnt = real_mount(m);  in __mnt_want_write()
466 mnt_dec_writers(real_mount(mnt)); in __mnt_drop_write()
634 mnt = real_mount(bastard); in __legitimize_mnt()
1346 struct mount *m = real_mount(mnt); in mntput()
1358 mnt_add_count(real_mount(mnt), 1); in mntget()
1371 real_mount(mnt)->mnt_ns = NULL; in mnt_make_shortterm()
1407 p = clone_mnt(real_mount(path->mnt), path->dentry, CL_PRIVATE); in mnt_clone_internal()
1510 struct mount *mnt = real_mount(m); in may_umount_tree()
1550 if (propagate_mount_busy(real_mount(mnt), 2)) in may_umount()
1871 struct mount *mnt = real_mount(path->mnt); in can_umount()
1889 struct mount *mnt = real_mount(path->mnt); in path_umount()
2038 if (!check_mnt(real_mount(path->mnt))) in collect_mounts()
2041 tree = copy_tree(real_mount(path->mnt), path->dentry, in collect_mounts()
2057 ns = real_mount(mnt)->mnt_ns; in dissolve_on_fput()
2060 umount_tree(real_mount(mnt), UMOUNT_CONNECTED); in dissolve_on_fput()
2074 umount_tree(real_mount(mnt), 0); in drop_collected_mounts()
2105 struct mount *old_mnt = real_mount(path->mnt); in clone_private_mount()
2142 list_for_each_entry(mnt, &real_mount(root)->mnt_list, mnt_list) { in iterate_mounts()
2446 m = real_mount(mnt); in do_lock_mount()
2546 struct mount *mnt = real_mount(path->mnt); in do_change_type()
2577 struct mount *mnt = ERR_PTR(-EINVAL), *old = real_mount(old_path->mnt); in __do_loopback()
2625 parent = real_mount(path->mnt); in do_loopback()
2829 struct mount *mnt = real_mount(path->mnt); in do_reconfigure_mnt()
2868 struct mount *mnt = real_mount(path->mnt); in do_remount()
2948 from = real_mount(from_path->mnt); in do_set_group()
2949 to = real_mount(to_path->mnt); in do_set_group()
3060 struct mount *mnt_from = real_mount(from->mnt), in can_move_mount_beneath()
3061 *mnt_to = real_mount(to->mnt), in can_move_mount_beneath()
3133 old = real_mount(old_path->mnt); in do_move_mount()
3134 p = real_mount(new_path->mnt); in do_move_mount()
3193 err = attach_recursive_mnt(old, real_mount(new_path->mnt), mp, flags); in do_move_mount()
3236 struct mount *parent = real_mount(path->mnt); in do_add_mount()
3296 error = do_add_mount(real_mount(mnt), mp, mountpoint, mnt_flags); in do_new_mount_fc()
3374 mnt = real_mount(m); in finish_automount()
3438 list_add_tail(&real_mount(mnt)->mnt_expire, expiry_list); in mnt_set_expiry()
3845 struct mount *mnt = real_mount(m); in mount_subtree()
4036 mnt = real_mount(newmount.mnt); in SYSCALL_DEFINE3()
4154 res = is_path_reachable(real_mount(path1->mnt), path1->dentry, path2); in path_is_under()
4217 new_mnt = real_mount(new.mnt); in SYSCALL_DEFINE2()
4218 root_mnt = real_mount(root.mnt); in SYSCALL_DEFINE2()
4219 old_mnt = real_mount(old.mnt); in SYSCALL_DEFINE2()
4441 struct mount *mnt = real_mount(path->mnt); in do_mount_setattr()
4715 m = real_mount(mnt); in init_mount_tree()
4783 real_mount(mnt)->mnt_ns = MNT_NS_INTERNAL; in kern_mount()
4814 return check_mnt(real_mount(mnt)); in our_mnt()
4942 return !(mnt->mnt_flags & MNT_NOSUID) && check_mnt(real_mount(mnt)) && in mnt_may_suid()