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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c75 FindExtentRecord
115 static OSErr FindExtentRecord(
197 // Routine: FindExtentRecord
217 static OSErr FindExtentRecord( function
656 err = FindExtentRecord(vcb, forkType, fileID, startBlock, false, &key, extents, &hint);
1603 error = FindExtentRecord(vcb, forkType, fileID, startblk, false, NULL, extents, NULL);
1843 err = FindExtentRecord(vcb, FORK_IS_RSRC(fcb) ? kResourceForkType : kDataForkType,
2120 result = FindExtentRecord(vcb, kDataForkType, fcb->ff_cp->c_fileid, startBlock, FALSE, &key, extents, &hint);

Completed in 22 milliseconds