Home
last modified time | relevance | path

Searched refs:bthNodeSize (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dbtree.c173 d_fetchw(&ptr, (short *) &bt->hdr.bthNodeSize); in bt_readhdr()
181 if (bt->hdr.bthNodeSize != HFS_BLOCKSZ) in bt_readhdr()
272 d_storew(&ptr, bt->hdr.bthNodeSize); in bt_writehdr()
359 nnodes = space * (bt->f.vol->mdb.drAlBlkSiz / bt->hdr.bthNodeSize); in bt_space()
H A Dinternal.h300 UInteger bthNodeSize; /* size of a node */ member
H A Dhfs.c755 ext->hdr.bthNodeSize = HFS_BLOCKSZ; in hfs_format()
842 cat->hdr.bthNodeSize = HFS_BLOCKSZ; in hfs_format()