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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeReserve.c254 struct nodereserve *nrhead; local
262 nrhead = NR_HASH(btvp, tag);
263 for (tmp_nrp = nrhead->lh_first; tmp_nrp;
277 LIST_INSERT_HEAD(nrhead, nrp, nr_hash);
311 struct nodereserve *nrhead; local
317 nrhead = NR_HASH(btvp, tag);
318 for (nrp = nrhead->lh_first; nrp; nrp = nrp->nr_hash.le_next) {

Completed in 45 milliseconds