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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c1357 u_int32_t extentNextBlock; local
1447 err = SearchExtentFile(vcb, fcb, peof-1, &key, extentRecord, &extentIndex, &hint, &extentNextBlock);
1457 numBlocks = extentNextBlock - nextBlock; // How many blocks in this extent to free up
1477 nextBlock = extentNextBlock; // Next file allocation block to free

Completed in 72 milliseconds