Home
last modified time | relevance | path

Searched refs:flush_bypasses_map (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/md/
H A Ddm-core.h210 bool flush_bypasses_map:1; member
H A Ddm-linear.c65 ti->flush_bypasses_map = true; in linear_ctr()
H A Ddm-table.c163 t->flush_bypasses_map = true; in dm_table_create()
772 if (!ti->flush_bypasses_map) in dm_table_add_target()
773 t->flush_bypasses_map = false; in dm_table_add_target()
H A Ddm-stripe.c160 ti->flush_bypasses_map = true; in stripe_ctr()
H A Ddm.c1560 if (!t->flush_bypasses_map) { in __send_empty_flush()
/linux-6.15/include/linux/
H A Ddevice-mapper.h417 bool flush_bypasses_map:1; member