Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Ddevice-mapper.h258 #define DM_TARGET_PASSES_INTEGRITY 0x00000020 macro
259 #define dm_target_passes_integrity(type) ((type)->features & DM_TARGET_PASSES_INTEGRITY)
/linux-6.1.9/drivers/md/
Ddm-linear.c201 .features = DM_TARGET_PASSES_INTEGRITY | DM_TARGET_NOWAIT |
Ddm-delay.c359 .features = DM_TARGET_PASSES_INTEGRITY,
Ddm-ebs-target.c444 .features = DM_TARGET_PASSES_INTEGRITY,
Ddm-stripe.c471 .features = DM_TARGET_PASSES_INTEGRITY | DM_TARGET_NOWAIT,
Ddm-mpath.c2178 DM_TARGET_PASSES_INTEGRITY,