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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c5027 u_int32_t blocks_relocated; /* Total blocks relocated for this file till now */ member in struct:hfs_reclaim_extent_info
5781 extent_info->blocks_relocated += newBlockCount;
6103 if (extent_info->blocks_relocated) {
6104 hfsmp->hfs_resize_blocksmoved += extent_info->blocks_relocated;
6108 extent_info->blocks_relocated, fileID, hfsmp->vcbVN);
6126 if ((extent_info->blocks_relocated != 0) && (extent_info->is_sysfile == false)) {
6767 if (extent_info->blocks_relocated) {
6768 hfsmp->hfs_resize_blocksmoved += extent_info->blocks_relocated;

Completed in 23 milliseconds