Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddevice-mapper.h268 * - DM_TARGET_ZONED_HM: the target also supports host-managed zoned
274 #define DM_TARGET_ZONED_HM 0x00000040 macro
275 #define dm_target_supports_zoned_hm(type) ((type)->features & DM_TARGET_ZONED_HM)
277 #define DM_TARGET_ZONED_HM 0x00000000 macro
/linux/drivers/md/
H A Ddm-linear.c204 DM_TARGET_ZONED_HM | DM_TARGET_PASSES_CRYPTO |
H A Ddm-crypt.c3762 .features = DM_TARGET_ZONED_HM, in crypt_io_hints()