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

/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.cpp246 status = list.FindExtent(pos, &extent, &isEmpty);
259 status = list.FindExtent(pos, &extent, &isEmpty);
387 status = list.FindExtent(pos, &extent, &isEmpty);
514 status_t status = list.FindExtent(offset, &extent, &isEmpty);
H A DAllocationDescriptorList.h41 status_t FindExtent(off_t start, long_address *extent,
101 AllocationDescriptorList<Accessor>::FindExtent(off_t start, function in class:AllocationDescriptorList
104 TRACE(("AllocationDescriptorList<>::FindExtent: start: %" B_PRIdOFF ", "
109 // This should never have to happen, as FindExtent is only called by
134 TRACE_ERROR(("AllocationDescriptorList<>::FindExtent: "

Completed in 37 milliseconds