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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c75 FindExtentRecord
115 static OSErr FindExtentRecord(
196 // Routine: FindExtentRecord
216 static OSErr FindExtentRecord( function
636 err = FindExtentRecord(vcb, forkType, fileID, startBlock, false, &key, extents, &hint);
1529 error = FindExtentRecord(vcb, forkType, fileID, startblk, false, NULL, extents, NULL);
1769 err = FindExtentRecord(vcb, FORK_IS_RSRC(fcb) ? kResourceForkType : kDataForkType,
2042 result = FindExtentRecord(vcb, kDataForkType, fcb->ff_cp->c_fileid, startBlock, FALSE, &key, extents, &hint);

Completed in 17 milliseconds