Lines Matching refs:check_mnt
790 static inline int check_mnt(struct mount *mnt) in check_mnt() function
1724 if (!check_mnt(mnt)) in can_umount()
1885 if (!check_mnt(real_mount(path->mnt))) in collect_mounts()
1958 if (!check_mnt(old_mnt)) in clone_private_mount()
2336 if (!check_mnt(old) && old_path->dentry->d_op != &ns_dentry_operations) in __do_loopback()
2380 if (!check_mnt(parent)) in do_loopback()
2584 if (!check_mnt(mnt)) in do_reconfigure_mnt()
2617 if (!check_mnt(mnt)) in do_remount()
2704 if (!check_mnt(p)) in do_move_mount()
2712 if (!(attached ? check_mnt(old) : is_anon_ns(ns))) in do_move_mount()
2790 if (unlikely(!check_mnt(parent))) { in do_add_mount()
3750 if (!check_mnt(root_mnt) || !check_mnt(new_mnt)) in SYSCALL_DEFINE2()
3922 return check_mnt(real_mount(mnt)); in our_mnt()
4050 return !(mnt->mnt_flags & MNT_NOSUID) && check_mnt(real_mount(mnt)) && in mnt_may_suid()