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

/linux-master/fs/
H A Dpnode.c339 if (!list_is_singular(&mnt->mnt_mounts))
342 child = list_first_entry(&mnt->mnt_mounts, struct mount, mnt_child);
420 if (!list_empty(&mnt->mnt_mounts) || do_refcount_check(mnt, refcnt))
436 else if (!list_empty(&child->mnt_mounts))
495 list_for_each_entry(child, &mnt->mnt_mounts, mnt_child) {
524 list_for_each_entry_safe(child, tmp, &mnt->mnt_mounts, mnt_child) {
H A Dmount.h48 struct list_head mnt_mounts; /* list of children, anchored here */ member in struct:mount
H A Dnamespace.c232 INIT_LIST_HEAD(&mnt->mnt_mounts);
955 list_add_tail(&mnt->mnt_child, &parent->mnt_mounts);
972 * @mnt_hashtable and @parent->mnt_parent->mnt_mounts.
1063 struct list_head *next = p->mnt_mounts.next;
1064 if (next == &p->mnt_mounts) {
1069 if (next != &p->mnt_parent->mnt_mounts)
1079 struct list_head *prev = p->mnt_mounts.prev;
1080 while (prev != &p->mnt_mounts) {
1082 prev = p->mnt_mounts.prev;
1332 if (unlikely(!list_empty(&mnt->mnt_mounts))) {
[all...]

Completed in 147 milliseconds