Searched refs:bthNNodes (Results 1 – 4 of 4) sorted by relevance
44 if (np->nnum < 0 || (np->nnum > 0 && np->nnum >= bt->hdr.bthNNodes)) in bt_getnode()97 if (np->nnum && np->nnum >= bt->hdr.bthNNodes) in bt_putnode()175 d_fetchl(&ptr, (long *) &bt->hdr.bthNNodes); in bt_readhdr()274 d_storel(&ptr, bt->hdr.bthNNodes); in bt_writehdr()361 bt->hdr.bthNNodes += nnodes; in bt_space()368 while (bt->hdr.bthNNodes > bt->mapsz * 8) in bt_space()
70 while (num < bt->hdr.bthNNodes && BMTST(bt->map, num)) in n_new()73 if (num == bt->hdr.bthNNodes) in n_new()
302 ULongInt bthNNodes; /* total number of nodes in tree */ member
757 ext->hdr.bthNNodes = 0; in hfs_format()844 cat->hdr.bthNNodes = 0; in hfs_format()