Searched refs:d_subdirs (Results 1 - 14 of 14) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/autofs4/
H A Dexpire.c102 next = this_parent->d_subdirs.next;
104 while (next != &this_parent->d_subdirs) {
123 if (!list_empty(&dentry->d_subdirs)) {
168 for(tmp = root->d_subdirs.next;
169 tmp != &root->d_subdirs;
203 list_del(&root->d_subdirs);
204 list_add(&root->d_subdirs, &dentry->d_child);
H A Droot.c124 list_empty(&dentry->d_subdirs)) {
172 list_empty(&dentry->d_subdirs)) {
396 if (!list_empty(&dentry->d_subdirs)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ncpfs/
H A Dncplib_kernel.h162 next = parent->d_subdirs.next;
163 while (next != &parent->d_subdirs) {
184 next = parent->d_subdirs.next;
185 while (next != &parent->d_subdirs) {
H A Ddir.c356 next = parent->d_subdirs.next;
357 while (next != &parent->d_subdirs) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/smbfs/
H A Dcache.c66 next = parent->d_subdirs.next;
67 while (next != &parent->d_subdirs) {
100 next = parent->d_subdirs.next;
101 while (next != &parent->d_subdirs) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Ddcache.c188 if (!list_empty(&dentry->d_subdirs)) {
420 * We descend to the next level whenever the d_subdirs
441 next = this_parent->d_subdirs.next;
443 while (next != &this_parent->d_subdirs) {
450 if (!list_empty(&dentry->d_subdirs)) {
474 * whenever the d_subdirs list is non-empty and continue
485 next = this_parent->d_subdirs.next;
487 while (next != &this_parent->d_subdirs) {
497 * Descend a level if the d_subdirs list is non-empty.
499 if (!list_empty(&dentry->d_subdirs)) {
[all...]
H A Dreaddir.c72 p = file->f_dentry->d_subdirs.next;
73 while (n && p != &file->f_dentry->d_subdirs) {
129 list_add(q, &dentry->d_subdirs);
131 for (p=q->next; p != &dentry->d_subdirs; p=p->next) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/coda/
H A Dcache.c99 list_for_each(child, &parent->d_subdirs)
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ramfs/
H A Dinode.c193 list = dentry->d_subdirs.next;
195 while (list != &dentry->d_subdirs) {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Ddcache.h75 struct list_head d_subdirs; /* our children */ member in struct:dentry
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Ddcache.h75 struct list_head d_subdirs; /* our children */ member in struct:dentry
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfsd/
H A Dnfsfh.c244 if (list_empty(&parent->d_subdirs))
247 target = list_entry(parent->d_subdirs.next, struct dentry, d_child);
250 if (target->d_child.next != &parent->d_subdirs
251 || target->d_child.prev != &parent->d_subdirs)
/asus-wl-520gu-7.0.1.45/src/linux/linux/mm/
H A Dshmem.c1092 list = dentry->d_subdirs.next;
1094 while (list != &dentry->d_subdirs) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dpci_hotplug_core.c198 list_for_each(list, &dentry->d_subdirs) {

Completed in 164 milliseconds