Searched refs:mnt_has_parent (Results 1 – 3 of 3) sorted by relevance
89 static inline int mnt_has_parent(struct mount *mnt) in mnt_has_parent() function
1525 if (!mnt_has_parent(mnt)) in disconnect_mount()1590 if (mnt_has_parent(p)) { in umount_tree()2841 attached = mnt_has_parent(old); in do_move_mount()2881 for (; mnt_has_parent(p); p = p->mnt_parent) in do_move_mount()3829 while (&mnt->mnt != root->mnt && mnt_has_parent(mnt)) { in is_path_reachable()3925 if (!mnt_has_parent(root_mnt)) in SYSCALL_DEFINE2()3929 if (!mnt_has_parent(new_mnt)) in SYSCALL_DEFINE2()4170 if (!(mnt_has_parent(mnt) ? check_mnt(mnt) : is_anon_ns(mnt->mnt_ns))) in do_mount_setattr()
1294 while (mnt_has_parent(m)) { in choose_mountpoint_rcu()
Completed in 20 milliseconds