Home
last modified time | relevance | path

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

/linux-3.4.99/fs/
Dmount.h31 struct list_head mnt_child; /* and going through their mnt_child */ member
Dnamespace.c189 INIT_LIST_HEAD(&mnt->mnt_child); in alloc_vfsmnt()
594 list_del_init(&mnt->mnt_child); in detach_mnt()
621 list_add_tail(&mnt->mnt_child, &real_mount(path->mnt)->mnt_mounts); in attach_mnt()
661 list_add_tail(&mnt->mnt_child, &parent->mnt_mounts); in commit_tree()
672 next = p->mnt_child.next; in next_mnt()
678 return list_entry(next, struct mount, mnt_child); in next_mnt()
685 p = list_entry(prev, struct mount, mnt_child); in skip_mnt_tree()
1079 list_del_init(&p->mnt_child); in umount_tree()
1270 list_for_each_entry(r, &mnt->mnt_mounts, mnt_child) { in copy_tree()
1983 struct mount *mnt = list_entry(tmp, struct mount, mnt_child); in select_submounts()
[all …]