Home
last modified time | relevance | path

Searched refs:emulate_zone_append (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/
H A Ddm-zone.c224 if (ti->emulate_zone_append) in dm_table_supports_zone_append()
H A Ddm-crypt.c3368 ti->emulate_zone_append = true; in crypt_ctr()
3484 no_split = (ti->emulate_zone_append && op_is_write(bio_op(bio))) || in crypt_map()
3734 if (ti->emulate_zone_append) in crypt_io_hints()
/linux/include/linux/
H A Ddevice-mapper.h397 bool emulate_zone_append:1; member