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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_xattr.c1631 int totalblks; local
1638 totalblks = attrdata.forkData.theFork.totalBlocks;
1641 extentblks = count_extent_blocks(totalblks, attrdata.forkData.theFork.extents);
1642 if (extentblks > totalblks)
1647 totalblks -= extentblks;
1651 while (totalblks) {
1658 printf("hfs: remove_attribute_records: BTSearchRecord: vol=%s, err=%d (%d), totalblks %d\n",
1659 hfsmp->vcbVN, MacToVFSError(result), attrdata.recordType != kHFSPlusAttrExtents, totalblks);
1664 extentblks = count_extent_blocks(totalblks, attrdata.overflowExtents.extents);
1665 if (extentblks > totalblks)
[all...]

Completed in 15 milliseconds