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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c159 Boolean *noMoreExtents);
1611 // noMoreExtents - True if the extent was not found, and the
1626 Boolean *noMoreExtents)
1635 *noMoreExtents = false;
1681 // If we found an empty extent, then set noMoreExtents.
1683 *noMoreExtents = true;
1733 Boolean noMoreExtents; local
1743 foundExtentIndex, endingFABNPlusOne, &noMoreExtents );
1757 if ( noMoreExtents ) {
1795 foundExtentIndex, endingFABNPlusOne, &noMoreExtents);
1619 SearchExtentRecord( ExtendedVCB *vcb, u_int32_t searchFABN, const HFSPlusExtentRecord extentData, u_int32_t extentDataStartFABN, u_int32_t *foundExtentIndex, u_int32_t *endingFABNPlusOne, Boolean *noMoreExtents) argument
[all...]

Completed in 24 milliseconds