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

/linux-master/fs/
H A Dpnode.c342 child = list_first_entry(&mnt->mnt_mounts, struct mount, mnt_child);
469 list_del_init(&mnt->mnt_child);
495 list_for_each_entry(child, &mnt->mnt_mounts, mnt_child) {
524 list_for_each_entry_safe(child, tmp, &mnt->mnt_mounts, mnt_child) {
H A Dmount.h49 struct list_head mnt_child; /* and going through their mnt_child */ member in struct:mount
H A Dnamespace.c231 INIT_LIST_HEAD(&mnt->mnt_child);
893 list_del_init(&mnt->mnt_child);
955 list_add_tail(&mnt->mnt_child, &parent->mnt_mounts);
1001 list_del_init(&mnt->mnt_child);
1068 next = p->mnt_child.next;
1074 return list_entry(next, struct mount, mnt_child);
1081 p = list_entry(prev, struct mount, mnt_child);
1334 list_for_each_entry_safe(p, tmp, &mnt->mnt_mounts, mnt_child) {
1644 list_del_init(&p->mnt_child);
1671 list_add_tail(&p->mnt_child,
[all...]

Completed in 120 milliseconds