Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dpnode.c346 child = list_first_entry(&mnt->mnt_mounts, struct mount, mnt_child); in find_topper()
470 list_del_init(&mnt->mnt_child); in umount_one()
496 list_for_each_entry(child, &mnt->mnt_mounts, mnt_child) { in __propagate_umount()
525 list_for_each_entry_safe(child, tmp, &mnt->mnt_mounts, mnt_child) { in umount_list()
H A Dmount.h72 struct list_head mnt_child; /* and going through their mnt_child */ member
H A Dnamespace.c377 INIT_LIST_HEAD(&mnt->mnt_child); in alloc_vfsmnt()
1047 list_del_init(&mnt->mnt_child); in unhash_mnt()
1109 list_add_tail(&mnt->mnt_child, &parent->mnt_mounts); in __attach_mnt()
1155 list_del_init(&mnt->mnt_child); in mnt_change_mountpoint()
1232 next = p->mnt_child.next; in next_mnt()
1238 return list_entry(next, struct mount, mnt_child); in next_mnt()
1245 p = list_entry(prev, struct mount, mnt_child); in skip_mnt_tree()
1889 list_del_init(&p->mnt_child); in umount_tree()
2431 list_for_each_entry(child, &mnt->mnt_mounts, mnt_child) { in has_locked_children()
4049 next = this_parent->mnt_child.next; in select_submounts()
[all …]