Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddevice-mapper.h270 #define DM_TARGET_PASSES_INTEGRITY 0x00000020 macro
271 #define dm_target_passes_integrity(type) ((type)->features & DM_TARGET_PASSES_INTEGRITY)
/linux/drivers/md/
H A Ddm-linear.c205 .features = DM_TARGET_PASSES_INTEGRITY | DM_TARGET_NOWAIT |
H A Ddm-stripe.c469 .features = DM_TARGET_PASSES_INTEGRITY | DM_TARGET_NOWAIT |
H A Ddm-delay.c453 .features = DM_TARGET_PASSES_INTEGRITY | DM_TARGET_ZONED_HM,
H A Ddm-mpath.c2310 DM_TARGET_PASSES_INTEGRITY,