Lines Matching defs:miss
275 * From a cache miss, we can just insert the keys for the data
510 * Read from a single key, handling the initial cache miss if the key starts in
535 /* if this was a complete miss we shouldn't get here */
824 * We had a cache miss; cache_bio now contains data ready to be inserted
883 struct bio *miss, *cache_bio;
888 miss = bio_next_split(bio, sectors, GFP_NOIO, &s->d->bio_split);
889 ret = miss == bio ? MAP_DONE : MAP_CONTINUE;
911 miss = bio_next_split(bio, sectors, GFP_NOIO, &s->d->bio_split);
914 ret = miss == bio ? MAP_DONE : -EINTR;
922 cache_bio->bi_iter.bi_sector = miss->bi_iter.bi_sector;
923 bio_copy_dev(cache_bio, miss);
936 s->cache_miss = miss;
946 miss->bi_end_io = backing_request_endio;
947 miss->bi_private = &s->cl;
949 closure_bio_submit(s->iop.c, miss, &s->cl);