Searched refs:e_entries (Results 1 – 4 of 4) sorted by relevance
147 for (ep = lookupino(ROOTINO); ep != NIL; ep = ep->e_entries) { in lookupname()321 np->e_sibling = ep->e_entries; in addentry()322 ep->e_entries = np; in addentry()359 if (ep->e_entries != NIL) in freeentry()403 ep->e_sibling = np->e_entries; in moveentry()404 np->e_entries = ep; in moveentry()439 } else if (np->e_entries == ep) { in removeentry()440 np->e_entries = ep->e_sibling; in removeentry()442 for (np = np->e_entries; np != NIL; np = np->e_sibling) { in removeentry()604 if (ep->e_entries != NIL) in dumpsymtable()[all …]
518 for (np = ep->e_entries; np != NIL; np = np->e_sibling) { in findunreflinks()532 for (np = ep->e_entries; np != NIL; np = np->e_sibling) { in findunreflinks()567 if (ep->e_entries != NIL) { in removeoldnodes()923 for (np = ep->e_entries; np != NIL; np = np->e_sibling) { in removexattrs()
192 if (ep->e_entries != NIL) in removenode()387 if (ep->e_entries != NIL) in badentry()389 myname(ep->e_entries)); in badentry()
102 struct entry *e_entries; /* for directories, their entries */ member