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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c5558 u_int32_t roundedBlockCount; local
5703 roundedBlockCount = newBlockCount - remainder_blocks;
5705 BlockDeallocate(hfsmp, newStartBlock + roundedBlockCount,
5706 newBlockCount - roundedBlockCount,
5708 newBlockCount = roundedBlockCount;

Completed in 50 milliseconds