Lines Matching refs:NIL
60 return (NIL);
61 for (ep = entry[inum % entrytblsize]; ep != NIL; ep = ep->e_next)
64 return (NIL);
102 for (np = np->e_next; np != NIL; np = np->e_next)
128 for (next = *prev; next != NIL; next = next->e_next) {
156 return (NIL);
160 for (ep = lookupino(ROOTINO); ep != NIL; ep = ep->e_entries) {
165 for (; ep != NIL; ep = ep->e_sibling)
180 if (ep == NIL)
183 return (NIL);
204 return (NIL);
219 if (ep != NIL && !xattrparent && ep->e_type != NODE)
267 static struct entry *freelist = NIL;
281 if (freelist != NIL) {
287 if (np == NIL) {
297 if (ep == NIL) {
298 if (inum != ROOTINO || lookupino(ROOTINO) != NIL) {
344 if (ep == NIL) {
355 if (ep != NIL)
376 if (ep->e_links != NIL)
378 if (ep->e_entries != NIL)
383 if (np == NIL)
388 if (ep->e_links != NIL)
391 for (; np != NIL; np = np->e_links) {
397 if (np == NIL)
419 if (np == NIL)
457 np->e_xattrs = NIL;
464 for (np = np->e_entries; np != NIL; np = np->e_sibling) {
470 if (np == NIL)
603 for (ep = lookupino(i); ep != NIL; ep = ep->e_links) {
617 !ferror(fp) && ep != NIL;
624 if (ep->e_links != NIL)
627 if (ep->e_sibling != NIL)
630 if (ep->e_entries != NIL)
633 if (ep->e_xattrs != NIL)
636 if (ep->e_next != NIL)
646 if (entry[i] == NIL)
647 tentry = NIL;
813 if (entry[i] == NIL)
820 if (ep->e_sibling != NIL)
822 if (ep->e_links != NIL)
824 if (ep->e_entries != NIL)
826 if (ep->e_xattrs != NIL)
828 if (ep->e_next != NIL)