Home
last modified time | relevance | path

Searched refs:mnt_has_parent (Results 1 – 3 of 3) sorted by relevance

/linux/fs/
H A Dmount.h129 static inline int mnt_has_parent(const struct mount *mnt) in mnt_has_parent()
127 static inline int mnt_has_parent(const struct mount *mnt) mnt_has_parent() function
H A Dnamespace.c1750 if (!mnt_has_parent(mnt)) in disconnect_mount()
1819 if (mnt_has_parent(p)) { in umount_tree()
1949 if (!mnt_has_parent(mnt)) /* not the absolute root */ in do_umount()
2578 bool moving = mnt_has_parent(source_mnt); in attach_recursive_mnt()
3521 while (p2 != p1 && mnt_has_parent(p2))
3653 if (!mnt_has_parent(old) || IS_MNT_LOCKED(old)) in do_move_mount()
4657 while (&mnt->mnt != root->mnt && mnt_has_parent(mnt)) { in path_is_under()
4709 if (!mnt_has_parent(root_mnt)) in path_pivot_root()
4713 if (!mnt_has_parent(new_mnt)) in path_pivot_root()
H A Dnamei.c1491 while (mnt_has_parent(m)) { in choose_mountpoint_rcu()