Searched refs:mnt_child (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/fs/ |
A D | pnode.c | 344 child = list_first_entry(&mnt->mnt_mounts, struct mount, mnt_child); in find_topper() 431 list_del_init(&mnt->mnt_child); in umount_one() 457 list_for_each_entry(child, &mnt->mnt_mounts, mnt_child) { in __propagate_umount() 486 list_for_each_entry_safe(child, tmp, &mnt->mnt_mounts, mnt_child) { in umount_list()
|
A D | mount.h | 55 struct list_head mnt_child; /* and going through their mnt_child */ member
|
A D | namespace.c | 226 INIT_LIST_HEAD(&mnt->mnt_child); in alloc_vfsmnt() 882 list_del_init(&mnt->mnt_child); in unhash_mnt() 917 list_add_tail(&mnt->mnt_child, &parent->mnt_mounts); in __attach_mnt() 936 list_del_init(&mnt->mnt_child); in mnt_change_mountpoint() 978 next = p->mnt_child.next; in next_mnt() 984 return list_entry(next, struct mount, mnt_child); in next_mnt() 991 p = list_entry(prev, struct mount, mnt_child); in skip_mnt_tree() 1567 list_del_init(&p->mnt_child); in umount_tree() 1895 list_for_each_entry(r, &mnt->mnt_mounts, mnt_child) { in copy_tree() 1993 list_for_each_entry(child, &mnt->mnt_mounts, mnt_child) { in has_locked_children() [all …]
|
Completed in 12 milliseconds