flush_barriers    240 drivers/md/raid5-cache.c 	struct bio_list flush_barriers;   /* size == 0 flush bios */
flush_barriers    611 drivers/md/raid5-cache.c 		WARN_ON(bio_list_empty(&io->flush_barriers));
flush_barriers    612 drivers/md/raid5-cache.c 		while ((bi = bio_list_pop(&io->flush_barriers)) != NULL) {
flush_barriers    780 drivers/md/raid5-cache.c 	bio_list_init(&io->flush_barriers);
flush_barriers   1121 drivers/md/raid5-cache.c 			bio_list_add(&log->current_io->flush_barriers, bio);