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.c316 INIT_LIST_HEAD(&mnt->mnt_mounts); in alloc_vfsmnt()
1031 list_add_tail(&mnt->mnt_child, &parent->mnt_mounts); in make_visible()
1106 struct list_head *next = p->mnt_mounts.next; in next_mnt()
1107 if (next == &p->mnt_mounts) { in next_mnt()
1112 if (next != &p->mnt_parent->mnt_mounts) in next_mnt()
1122 struct list_head *prev = p->mnt_mounts.prev; in skip_mnt_tree()
1123 while (prev != &p->mnt_mounts) { in skip_mnt_tree()
1125 prev = p->mnt_mounts.prev; in skip_mnt_tree()
1365 if (unlikely(!list_empty(&mnt->mnt_mounts))) { in mntput_no_expire_slowpath()
1367 list_for_each_entry_safe(p, tmp, &mnt->mnt_mounts, mnt_chil in mntput_no_expire_slowpath()
[all...]
H A Dmount.h61 struct list_head mnt_mounts; /* list of children, anchored here */ member