Home
last modified time | relevance | path

Searched refs:DM_TARGET_PASSES_INTEGRITY (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/md/
Ddm-linear.c215 .features = DM_TARGET_PASSES_INTEGRITY | DM_TARGET_ZONED_HM,
217 .features = DM_TARGET_PASSES_INTEGRITY,
Ddm-delay.c354 .features = DM_TARGET_PASSES_INTEGRITY,
Ddm-stripe.c490 .features = DM_TARGET_PASSES_INTEGRITY,
Ddm-mpath.c2028 DM_TARGET_PASSES_INTEGRITY,
/Linux-v4.19/include/linux/
Ddevice-mapper.h234 #define DM_TARGET_PASSES_INTEGRITY 0x00000020 macro
235 #define dm_target_passes_integrity(type) ((type)->features & DM_TARGET_PASSES_INTEGRITY)