Home
last modified time | relevance | path

Searched refs:inmates (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-bio-prison-v1.c185 struct bio_list *inmates) in __cell_release() argument
189 if (inmates) { in __cell_release()
191 bio_list_add(inmates, cell->holder); in __cell_release()
192 bio_list_merge(inmates, &cell->bios); in __cell_release()
211 struct bio_list *inmates) in __cell_release_no_holder() argument
214 bio_list_merge(inmates, &cell->bios); in __cell_release_no_holder()
219 struct bio_list *inmates) in dm_cell_release_no_holder() argument
224 __cell_release_no_holder(prison, cell, inmates); in dm_cell_release_no_holder()
H A Ddm-bio-prison-v1.h92 struct bio_list *inmates);
/OK3568_Linux_fs/buildroot/package/jailhouse/
H A Djailhouse.mk48 $(INSTALL) -D -m 0755 $(@D)/inmates/demos/*/*.bin $(TARGET_DIR)/usr/local/libexec/jailhouse/demos