Searched refs:mnt_mounts (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dmount.h26 struct list_head mnt_mounts; /* list of children, anchored here */ member in struct:vfsmount
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dmount.h26 struct list_head mnt_mounts; /* list of children, anchored here */ member in struct:vfsmount
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/autofs4/
H A Dexpire.c30 next = this_parent->mnt_mounts.next;
34 for( ; next != &this_parent->mnt_mounts; next = next->next) {
45 if (!list_empty(&p->mnt_mounts)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dnamespace.c50 INIT_LIST_HEAD(&mnt->mnt_mounts);
114 list_add(&mnt->mnt_child, &nd->mnt->mnt_mounts);
120 struct list_head *next = p->mnt_mounts.next;
121 if (next == &p->mnt_mounts) {
126 if (next != &p->mnt_parent->mnt_mounts)
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/intermezzo/
H A Dfileset.c392 INIT_LIST_HEAD(&mnt->mnt_mounts);

Completed in 67 milliseconds