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

/linux-master/drivers/md/
H A Draid5-cache.c238 struct bio_list flush_barriers; /* size == 0 flush bios */ member in struct:r5l_io_unit
612 WARN_ON(bio_list_empty(&io->flush_barriers));
613 while ((bi = bio_list_pop(&io->flush_barriers)) != NULL) {
779 bio_list_init(&io->flush_barriers);
1120 bio_list_add(&log->current_io->flush_barriers, bio);

Completed in 109 milliseconds