Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dmount.h90 static inline int mnt_has_parent(struct mount *mnt) in mnt_has_parent() function
H A Dnamespace.c1455 if (!mnt_has_parent(mnt)) in disconnect_mount()
1520 if (mnt_has_parent(p)) { in umount_tree()
2704 attached = mnt_has_parent(old); in do_move_mount()
2744 for (; mnt_has_parent(p); p = p->mnt_parent) in do_move_mount()
3679 while (&mnt->mnt != root->mnt && mnt_has_parent(mnt)) { in is_path_reachable()
3775 if (!mnt_has_parent(root_mnt)) in SYSCALL_DEFINE2()
3779 if (!mnt_has_parent(new_mnt)) in SYSCALL_DEFINE2()
H A Dnamei.c1144 while (mnt_has_parent(m)) { in choose_mountpoint_rcu()
/kernel/linux/linux-6.6/fs/
H A Dmount.h89 static inline int mnt_has_parent(struct mount *mnt) in mnt_has_parent() function
H A Dnamespace.c1602 if (!mnt_has_parent(mnt)) in disconnect_mount()
1667 if (mnt_has_parent(p)) { in umount_tree()
3056 if (!mnt_has_parent(mnt_to)) in can_move_mount_beneath()
3078 for (struct mount *p = mnt_from; mnt_has_parent(p); p = p->mnt_parent) in can_move_mount_beneath()
3128 attached = mnt_has_parent(old); in do_move_mount()
3181 for (; mnt_has_parent(p); p = p->mnt_parent) in do_move_mount()
4135 while (&mnt->mnt != root->mnt && mnt_has_parent(mnt)) { in is_path_reachable()
4231 if (!mnt_has_parent(root_mnt)) in SYSCALL_DEFINE2()
4235 if (!mnt_has_parent(new_mnt)) in SYSCALL_DEFINE2()
4481 if ((mnt_has_parent(mn in do_mount_setattr()
[all...]
H A Dnamei.c1300 while (mnt_has_parent(m)) { in choose_mountpoint_rcu()

Completed in 24 milliseconds