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

/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeReserve.c270 struct nodereserve *nrhead; local
278 nrhead = NR_HASH(btvp, tag);
279 for (tmp_nrp = nrhead->lh_first; tmp_nrp;
293 LIST_INSERT_HEAD(nrhead, nrp, nr_hash);
327 struct nodereserve *nrhead; local
333 nrhead = NR_HASH(btvp, tag);
334 for (nrp = nrhead->lh_first; nrp; nrp = nrp->nr_hash.le_next) {

Completed in 164 milliseconds