Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Ddm-linear.c220 .features = DM_TARGET_PASSES_INTEGRITY | DM_TARGET_ZONED_HM,
223 .features = DM_TARGET_PASSES_INTEGRITY,
Ddm-delay.c355 .features = DM_TARGET_PASSES_INTEGRITY,
Ddm-stripe.c490 .features = DM_TARGET_PASSES_INTEGRITY,
Ddm-mpath.c2031 DM_TARGET_PASSES_INTEGRITY,
/Linux-v5.4/include/linux/
Ddevice-mapper.h242 #define DM_TARGET_PASSES_INTEGRITY 0x00000020 macro
243 #define dm_target_passes_integrity(type) ((type)->features & DM_TARGET_PASSES_INTEGRITY)