Home
last modified time | relevance | path

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

/linux/fs/
H A Dpnode.c432 if (!list_empty(&mnt->mnt_mounts) || do_refcount_check(mnt, refcnt)) in propagate_mount_busy()
446 head = &child->mnt_mounts; in propagate_mount_busy()
575 list_for_each_entry(n, &m->mnt_mounts, mnt_child) { in trim_one()
586 } else if (!IS_MNT_LOCKED(m) && list_empty(&m->mnt_mounts)) { in trim_one()
H A Dnamespace.c331 INIT_LIST_HEAD(&mnt->mnt_mounts); in alloc_vfsmnt()
1046 list_add_tail(&mnt->mnt_child, &parent->mnt_mounts); in make_visible()
1121 struct list_head *next = p->mnt_mounts.next; in next_mnt()
1122 if (next == &p->mnt_mounts) { in next_mnt()
1127 if (next != &p->mnt_parent->mnt_mounts) in next_mnt()
1137 struct list_head *prev = p->mnt_mounts.prev; in skip_mnt_tree()
1138 while (prev != &p->mnt_mounts) { in skip_mnt_tree()
1140 prev = p->mnt_mounts.prev; in skip_mnt_tree()
1394 if (unlikely(!list_empty(&mnt->mnt_mounts))) { in mntput_no_expire()
1396 list_for_each_entry_safe(p, tmp, &mnt->mnt_mounts, mnt_child) { in mntput_no_expire()
[all …]
H A Dmount.h59 struct list_head mnt_mounts; /* list of children, anchored here */ member