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

/linux-master/drivers/md/
H A Draid5-cache.c228 unsigned int has_flush:1; /* include flush request */ member in struct:r5l_io_unit
647 if (io->has_flush)
654 if (io->has_flush)
726 if (io->has_flush || io->has_fua) {
924 io->has_flush = 1;
939 io->has_flush = 1;
1121 log->current_io->has_flush = 1;
/linux-master/drivers/nvdimm/
H A Dregion_devs.c673 int has_flush = nvdimm_has_flush(nd_region); local
675 if (has_flush == 1)
677 else if (has_flush == 0)

Completed in 113 milliseconds