Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddevice-mapper.h268 #define DM_TARGET_ZONED_HM 0x00000040 macro
269 #define dm_target_supports_zoned_hm(type) ((type)->features & DM_TARGET_ZONED_HM)
271 #define DM_TARGET_ZONED_HM 0x00000000 macro
/openbmc/linux/drivers/md/
H A Ddm-linear.c203 DM_TARGET_ZONED_HM | DM_TARGET_PASSES_CRYPTO,
H A Ddm-flakey.c679 .features = DM_TARGET_ZONED_HM | DM_TARGET_PASSES_CRYPTO,
H A Ddm-crypt.c3709 .features = DM_TARGET_ZONED_HM,