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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c1040 if (vcb->vcbFreeExtCnt == 0 && vcb->hfs_freed_block_count == 0) {
1044 if (*actualNumBlocks < vcb->hfs_freed_block_count) {
1045 vcb->hfs_freed_block_count -= *actualNumBlocks;
1047 vcb->hfs_freed_block_count = 0;
1201 vcb->hfs_freed_block_count += numBlocks;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h296 u_int32_t hfs_freed_block_count; member in struct:hfsmount

Completed in 73 milliseconds