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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_hotfiles.c1496 BTreeInfoRec btinfo; local
1545 error = BTGetInformation(filefork, 0, &btinfo);
1550 if (btinfo.numRecords < 2) {
1556 numrecs = (btinfo.numRecords /= 2) - 1;
1639 printf("hfs_agehotfiles: aged %d records out of %d\n", aged, btinfo.numRecords);
H A Dhfs_vfsutils.c329 struct BTreeInfoRec btinfo; local
553 BTGetInformation(VTOF(hfsmp->hfs_catalog_vp), 0, &btinfo) == 0) {
554 if (btinfo.keyCompareType == kHFSBinaryCompare) {
H A Dhfs_xattr.c2250 struct BTreeInfoRec btinfo; local
2256 if (BTGetInformation(VTOF(attrvp), 0, &btinfo) == 0)
2257 nodesize = btinfo.nodeSize;

Completed in 28 milliseconds