Home
last modified time | relevance | path

Searched refs:bthNNodes (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dbtree.c44 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()
H A Dnode.c70 while (num < bt->hdr.bthNNodes && BMTST(bt->map, num)) in n_new()
73 if (num == bt->hdr.bthNNodes) in n_new()
H A Dinternal.h302 ULongInt bthNNodes; /* total number of nodes in tree */ member
H A Dhfs.c757 ext->hdr.bthNNodes = 0; in hfs_format()
844 cat->hdr.bthNNodes = 0; in hfs_format()