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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_hotfiles.c1451 BTreeInfoRec btinfo; local
1496 error = BTGetInformation(filefork, 0, &btinfo);
1501 if (btinfo.numRecords < 2) {
1507 numrecs = (btinfo.numRecords /= 2) - 1;
1590 printf("hfs_agehotfiles: aged %d records out of %d\n", aged, btinfo.numRecords);
H A Dhfs_xattr.c1850 struct BTreeInfoRec btinfo; local
1856 if (BTGetInformation(VTOF(attrvp), 0, &btinfo) == 0)
1857 nodesize = btinfo.nodeSize;
H A Dhfs_vfsutils.c293 struct BTreeInfoRec btinfo; local
486 BTGetInformation(VTOF(hfsmp->hfs_catalog_vp), 0, &btinfo) == 0) {
487 if (btinfo.keyCompareType == kHFSBinaryCompare) {

Completed in 39 milliseconds