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
1474 if (!mnt_has_parent(mnt)) in disconnect_mount()1539 if (mnt_has_parent(p)) { in umount_tree()2787 attached = mnt_has_parent(old); in do_move_mount()2827 for (; mnt_has_parent(p); p = p->mnt_parent) in do_move_mount()3774 while (&mnt->mnt != root->mnt && mnt_has_parent(mnt)) { in is_path_reachable()3870 if (!mnt_has_parent(root_mnt)) in SYSCALL_DEFINE2()3874 if (!mnt_has_parent(new_mnt)) in SYSCALL_DEFINE2()3971 if (!(mnt_has_parent(m) ? check_mnt(m) : is_anon_ns(m->mnt_ns))) { in mount_setattr_prepare()
1241 while (mnt_has_parent(m)) { in choose_mountpoint_rcu()
Completed in 19 milliseconds