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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_hotfiles.c1481 BTreeInfoRec btinfo; local
1530 error = BTGetInformation(filefork, 0, &btinfo);
1535 if (btinfo.numRecords < 2) {
1541 numrecs = (btinfo.numRecords /= 2) - 1;
1624 printf("hfs_agehotfiles: aged %d records out of %d\n", aged, btinfo.numRecords);
H A Dhfs_vfsutils.c320 struct BTreeInfoRec btinfo; local
544 BTGetInformation(VTOF(hfsmp->hfs_catalog_vp), 0, &btinfo) == 0) {
545 if (btinfo.keyCompareType == kHFSBinaryCompare) {
H A Dhfs_xattr.c2185 struct BTreeInfoRec btinfo; local
2191 if (BTGetInformation(VTOF(attrvp), 0, &btinfo) == 0)
2192 nodesize = btinfo.nodeSize;

Completed in 34 milliseconds