Searched refs:mnt_list (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ |
| H A D | pnode.c | 166 list_for_each_entry(m, set, mnt_list) in bulk_make_private() 170 list_for_each_entry(m, set, mnt_list) { in bulk_make_private() 491 list_add_tail(&m->mnt_list, to_umount); in umount_one() 497 list_del_init(&m->mnt_list); in remove_from_candidate_list() 505 list_for_each_entry(m, set, mnt_list) { in gather_candidates() 528 list_add(&child->mnt_list, candidates); in gather_candidates() 533 list_for_each_entry(m, set, mnt_list) in gather_candidates() 668 list_for_each_entry_safe(m, p, &candidates, mnt_list) in propagate_umount() 673 m = list_first_entry(&candidates,struct mount, mnt_list); in propagate_umount() 679 list_for_each_entry(m, &to_umount, mnt_list) { in propagate_umount()
|
| H A D | mount.h | 66 struct list_head mnt_list; member
|
| H A D | namespace.c | 332 INIT_LIST_HEAD(&mnt->mnt_list); in alloc_vfsmnt() 1783 list_add_tail(&p->mnt_list, &tmp_list); in umount_tree() 1787 list_for_each_entry(p, &tmp_list, mnt_list) { in umount_tree() 1800 p = list_first_entry(&tmp_list, struct mount, mnt_list); in umount_tree() 1802 list_del_init(&p->mnt_list); in umount_tree()
|
| /linux/Documentation/filesystems/ |
| H A D | propagate_umount.txt | 454 * original set ("set"). Linkage via mnt_list 465 Linkage via mnt_list.
|