Searched refs:bio_detain (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/md/ |
D | dm-bio-prison.c | 144 static int bio_detain(struct dm_bio_prison *prison, in bio_detain() function 166 return bio_detain(prison, key, inmate, cell_prealloc, cell_result); in dm_bio_detain() 175 return bio_detain(prison, key, NULL, cell_prealloc, cell_result); in dm_get_cell()
|
D | dm-thin.c | 327 static int bio_detain(struct pool *pool, struct dm_cell_key *key, struct bio *bio, in bio_detain() function 1323 if (bio_detain(tc->pool, &key2, bio, &cell2)) { in process_discard_cell() 1387 if (bio_detain(tc->pool, &key, bio, &cell)) in process_discard_bio() 1476 if (bio_detain(pool, &key, bio, &data_cell)) { in process_shared_bio() 1612 if (bio_detain(pool, &key, bio, &cell)) in process_bio() 2319 if (bio_detain(tc->pool, &key, bio, &virt_cell)) in thin_bio_map() 2349 if (bio_detain(tc->pool, &key, bio, &data_cell)) { in thin_bio_map()
|
D | dm-cache-target.c | 495 static int bio_detain(struct cache *cache, dm_oblock_t oblock, in bio_detain() function 1469 return bio_detain(l->cache, b, NULL, cell_prealloc, in cell_locker() 1490 r = bio_detain(cache, block, bio, cell_prealloc, in process_bio() 2641 r = bio_detain(cache, block, bio, *cell, in __cache_map()
|