Home
last modified time | relevance | path

Searched refs:inmate (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/md/
Ddm-bio-prison.c109 struct bio *inmate, in __bio_detain() argument
128 if (inmate) in __bio_detain()
129 bio_list_add(&cell->bios, inmate); in __bio_detain()
135 __setup_new_cell(key, inmate, cell_prealloc); in __bio_detain()
146 struct bio *inmate, in bio_detain() argument
154 r = __bio_detain(prison, key, inmate, cell_prealloc, cell_result); in bio_detain()
162 struct bio *inmate, in dm_bio_detain() argument
166 return bio_detain(prison, key, inmate, cell_prealloc, cell_result); in dm_bio_detain()
Ddm-bio-prison.h83 struct bio *inmate,