Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dpnode.c339 if (!list_is_singular(&mnt->mnt_mounts)) in find_topper()
342 child = list_first_entry(&mnt->mnt_mounts, struct mount, mnt_child); in find_topper()
420 if (!list_empty(&mnt->mnt_mounts) || do_refcount_check(mnt, refcnt)) in propagate_mount_busy()
436 else if (!list_empty(&child->mnt_mounts)) in propagate_mount_busy()
495 list_for_each_entry(child, &mnt->mnt_mounts, mnt_child) { in __propagate_umount()
524 list_for_each_entry_safe(child, tmp, &mnt->mnt_mounts, mnt_child) { in umount_list()
Dmount.h50 struct list_head mnt_mounts; /* list of children, anchored here */ member
Dnamespace.c338 INIT_LIST_HEAD(&mnt->mnt_mounts); in alloc_vfsmnt()
1061 list_add_tail(&mnt->mnt_child, &parent->mnt_mounts); in __attach_mnt()
1169 struct list_head *next = p->mnt_mounts.next; in next_mnt()
1170 if (next == &p->mnt_mounts) { in next_mnt()
1175 if (next != &p->mnt_parent->mnt_mounts) in next_mnt()
1185 struct list_head *prev = p->mnt_mounts.prev; in skip_mnt_tree()
1186 while (prev != &p->mnt_mounts) { in skip_mnt_tree()
1188 prev = p->mnt_mounts.prev; in skip_mnt_tree()
1438 if (unlikely(!list_empty(&mnt->mnt_mounts))) { in mntput_no_expire()
1440 list_for_each_entry_safe(p, tmp, &mnt->mnt_mounts, mnt_child) { in mntput_no_expire()
[all …]