Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dmount.h89 static inline int mnt_has_parent(struct mount *mnt) in mnt_has_parent() function
Dnamespace.c1729 if (!mnt_has_parent(mnt)) in disconnect_mount()
1797 if (mnt_has_parent(p)) { in umount_tree()
3217 if (!mnt_has_parent(mnt_to)) in can_move_mount_beneath()
3239 for (struct mount *p = mnt_from; mnt_has_parent(p); p = p->mnt_parent) in can_move_mount_beneath()
3289 attached = mnt_has_parent(old); in do_move_mount()
3342 for (; mnt_has_parent(p); p = p->mnt_parent) in do_move_mount()
4296 while (&mnt->mnt != root->mnt && mnt_has_parent(mnt)) { in is_path_reachable()
4392 if (!mnt_has_parent(root_mnt)) in SYSCALL_DEFINE2()
4396 if (!mnt_has_parent(new_mnt)) in SYSCALL_DEFINE2()
4646 if ((mnt_has_parent(mnt) || !is_anon_ns(mnt->mnt_ns)) && !check_mnt(mnt)) in do_mount_setattr()
Dnamei.c1324 while (mnt_has_parent(m)) { in choose_mountpoint_rcu()