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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c1294 u_int32_t extentNextBlock; local
1372 err = SearchExtentFile(vcb, fcb, peof-1, &key, extentRecord, &extentIndex, &hint, &extentNextBlock);
1382 numBlocks = extentNextBlock - nextBlock; // How many blocks in this extent to free up
1402 nextBlock = extentNextBlock; // Next file allocation block to free

Completed in 48 milliseconds