Searched refs:bio_detain (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/md/
H A Ddm-bio-prison-v1.c175 static int bio_detain(struct dm_bio_prison *prison, function
197 return bio_detain(prison, key, inmate, cell_prealloc, cell_result);
206 return bio_detain(prison, key, NULL, cell_prealloc, cell_result);
H A Ddm-thin.c443 static int bio_detain(struct pool *pool, struct dm_cell_key *key, struct bio *bio, function
1712 if (bio_detain(tc->pool, &data_key, NULL, &data_cell)) {
1793 if (bio_detain(tc->pool, &virt_key, bio, &virt_cell)) {
1890 if (bio_detain(pool, &key, bio, &data_cell)) {
2026 if (bio_detain(pool, &key, bio, &cell))
2760 if (bio_detain(tc->pool, &key, bio, &virt_cell))
2790 if (bio_detain(tc->pool, &key, bio, &data_cell)) {

Completed in 117 milliseconds