Searched refs:max_chunk_size (Results 1 – 1 of 1) sorted by relevance
343 const file_ptr max_chunk_size = 0x800000; in cache_bread() local347 if (chunk_size > max_chunk_size) in cache_bread()348 chunk_size = max_chunk_size; in cache_bread()