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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c159 Boolean *noMoreExtents);
1685 // noMoreExtents - True if the extent was not found, and the
1700 Boolean *noMoreExtents)
1709 *noMoreExtents = false;
1755 // If we found an empty extent, then set noMoreExtents.
1757 *noMoreExtents = true;
1807 Boolean noMoreExtents; local
1817 foundExtentIndex, endingFABNPlusOne, &noMoreExtents );
1831 if ( noMoreExtents ) {
1869 foundExtentIndex, endingFABNPlusOne, &noMoreExtents);
1693 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 44 milliseconds