Lines Matching refs:e_entries
152 for (ep = lookupino(UFS_ROOTINO); ep != NULL; ep = ep->e_entries) {
252 np->e_sibling = ep->e_entries;
253 ep->e_entries = np;
283 if (ep->e_entries != NULL)
327 ep->e_sibling = np->e_entries;
328 np->e_entries = ep;
349 if (np->e_entries == ep) {
350 np->e_entries = ep->e_sibling;
352 for (np = np->e_entries; np != NULL; np = np->e_sibling) {
497 if (ep->e_entries != NULL)
498 tep->e_entries = (struct entry *)(long)
499 ep->e_entries->e_index;
623 if (ep->e_entries != NULL)
624 ep->e_entries = &baseep[(long)ep->e_entries];