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

/linux-master/fs/
H A Dmount.h87 static inline int mnt_has_parent(struct mount *mnt) function
H A Dnamespace.c1599 if (!mnt_has_parent(mnt))
1667 if (mnt_has_parent(p)) {
3062 if (!mnt_has_parent(mnt_to))
3084 for (struct mount *p = mnt_from; mnt_has_parent(p); p = p->mnt_parent)
3134 attached = mnt_has_parent(old);
3187 for (; mnt_has_parent(p); p = p->mnt_parent)
4137 while (&mnt->mnt != root->mnt && mnt_has_parent(mnt)) {
4233 if (!mnt_has_parent(root_mnt))
4237 if (!mnt_has_parent(new_mnt))
4483 if ((mnt_has_parent(mn
[all...]
H A Dnamei.c1298 while (mnt_has_parent(m)) {

Completed in 158 milliseconds