Searched refs:not_found (Results 1 – 2 of 2) sorted by relevance
674 bool not_found = (it == chunk_vec.end() || it->first != header->sector); in DmuserWriteRequest() local676 if (not_found) { in DmuserWriteRequest()739 bool not_found = (it == chunk_vec.end() || it->first != header->sector); in DmuserReadRequest() local740 if (!offset && (read_size == BLOCK_SZ) && not_found) { in DmuserReadRequest()
348 bool not_found = (it == chunk_vec.end() || it->first != sector); in ReadAlignedSector() local350 if (not_found) { in ReadAlignedSector()