bio_completions  1240 drivers/md/dm-clone-target.c 	struct bio_list bio_completions = BIO_EMPTY_LIST;
bio_completions  1250 drivers/md/dm-clone-target.c 	bio_list_merge(&bio_completions, &clone->deferred_flush_completions);
bio_completions  1254 drivers/md/dm-clone-target.c 	if (bio_list_empty(&bios) && bio_list_empty(&bio_completions) &&
bio_completions  1259 drivers/md/dm-clone-target.c 		bio_list_merge(&bios, &bio_completions);
bio_completions  1269 drivers/md/dm-clone-target.c 	while ((bio = bio_list_pop(&bio_completions)))
bio_completions  2356 drivers/md/dm-thin.c 	struct bio_list bios, bio_completions;
bio_completions  2371 drivers/md/dm-thin.c 	bio_list_init(&bio_completions);
bio_completions  2377 drivers/md/dm-thin.c 	bio_list_merge(&bio_completions, &pool->deferred_flush_completions);
bio_completions  2381 drivers/md/dm-thin.c 	if (bio_list_empty(&bios) && bio_list_empty(&bio_completions) &&
bio_completions  2386 drivers/md/dm-thin.c 		bio_list_merge(&bios, &bio_completions);
bio_completions  2394 drivers/md/dm-thin.c 	while ((bio = bio_list_pop(&bio_completions)))