Searched refs:e_entries (Results 1 – 4 of 4) sorted by relevance
160 for (ep = lookupino(ROOTINO); ep != NIL; ep = ep->e_entries) {339 np->e_sibling = ep->e_entries;340 ep->e_entries = np;378 if (ep->e_entries != NIL)424 ep->e_sibling = np->e_entries;425 np->e_entries = ep;461 } else if (np->e_entries == ep) {462 np->e_entries = ep->e_sibling;464 for (np = np->e_entries; np != NIL; np = np->e_sibling) {630 if (ep->e_entries != NIL)[all …]
548 for (np = ep->e_entries; np != NIL; np = np->e_sibling) { in findunreflinks()562 for (np = ep->e_entries; np != NIL; np = np->e_sibling) { in findunreflinks()601 if (ep->e_entries != NIL) { in removeoldnodes()973 for (np = ep->e_entries; np != NIL; np = np->e_sibling) {
194 if (ep->e_entries != NIL) in removenode()389 if (ep->e_entries != NIL) in badentry()391 myname(ep->e_entries)); in badentry()
104 struct entry *e_entries; /* for directories, their entries */ member