Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Draid5-cache.c228 unsigned int has_flush:1; /* include flush request */ member
644 if (io->has_flush) in r5l_do_submit_io()
651 if (io->has_flush) in r5l_do_submit_io()
724 if (io->has_flush || io->has_fua) { in r5l_submit_current_io()
923 io->has_flush = 1; in r5l_log_stripe()
938 io->has_flush = 1; in r5l_log_stripe()
1120 log->current_io->has_flush = 1; in r5l_handle_flush_request()
/kernel/linux/linux-6.6/drivers/md/
H A Draid5-cache.c228 unsigned int has_flush:1; /* include flush request */ member
644 if (io->has_flush) in r5l_do_submit_io()
651 if (io->has_flush) in r5l_do_submit_io()
724 if (io->has_flush || io->has_fua) { in r5l_submit_current_io()
922 io->has_flush = 1; in r5l_log_stripe()
937 io->has_flush = 1; in r5l_log_stripe()
1119 log->current_io->has_flush = 1; in r5l_handle_flush_request()
/kernel/linux/linux-5.10/drivers/nvdimm/
H A Dregion_devs.c665 int has_flush = nvdimm_has_flush(nd_region); in region_visible() local
667 if (has_flush == 1) in region_visible()
669 else if (has_flush == 0) in region_visible()
/kernel/linux/linux-6.6/drivers/nvdimm/
H A Dregion_devs.c673 int has_flush = nvdimm_has_flush(nd_region); in region_visible() local
675 if (has_flush == 1) in region_visible()
677 else if (has_flush == 0) in region_visible()

Completed in 13 milliseconds