Searched refs:kMaxExtents (Results 1 – 1 of 1) sorted by relevance
49 static constexpr uint32_t kMaxExtents = 50000; variable588 if (num_extents > kMaxExtents) { in ReadFiemap()589 LOG(ERROR) << "File has " << num_extents << ", maximum is " << kMaxExtents << ": " in ReadFiemap()663 if (extents->size() > kMaxExtents) { in ReadFibmap()664 LOG(ERROR) << "File has more than " << kMaxExtents << "extents: " << file_path; in ReadFibmap()