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 */
825 * We had a cache miss; cache_bio now contains data ready to be inserted
883 struct bio *miss, *cache_bio;
889 miss = bio_next_split(bio, sectors, GFP_NOIO, &s->d->bio_split);
890 ret = miss == bio ? MAP_DONE : MAP_CONTINUE;
909 miss = bio_next_split(bio, s->insert_bio_sectors, GFP_NOIO,
913 ret = miss == bio ? MAP_DONE : -EINTR;
915 cache_bio = bio_alloc_bioset(miss->bi_bdev,
921 cache_bio->bi_iter.bi_sector = miss->bi_iter.bi_sector;
931 s->cache_miss = miss;
941 miss->bi_end_io = backing_request_endio;
942 miss->bi_private = &s->cl;
944 closure_bio_submit(s->iop.c, miss, &s->cl);