Searched refs:not_found (Results 1 – 2 of 2) sorted by relevance
690 bool not_found = (it == chunk_vec.end() || it->first != header->sector); in DmuserWriteRequest() local692 if (not_found) { in DmuserWriteRequest()755 bool not_found = (it == chunk_vec.end() || it->first != header->sector); in DmuserReadRequest() local756 if (!offset && (read_size == BLOCK_SZ) && not_found) { in DmuserReadRequest()
191 pub fn not_found() -> Self { in not_found() method323 Err(Error::not_found()).context("In get: No such entry.") in get()346 Err(Error::not_found()).context("In remove: No such entry.") in remove()