Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-linear.c231 .features = DM_TARGET_PASSES_INTEGRITY | DM_TARGET_NOWAIT |
235 .features = DM_TARGET_PASSES_INTEGRITY | DM_TARGET_NOWAIT |
H A Ddm-delay.c355 .features = DM_TARGET_PASSES_INTEGRITY,
H A Ddm-ebs-target.c440 .features = DM_TARGET_PASSES_INTEGRITY,
H A Ddm-stripe.c499 .features = DM_TARGET_PASSES_INTEGRITY,
H A Ddm-mpath.c2139 DM_TARGET_PASSES_INTEGRITY,
/OK3568_Linux_fs/kernel/include/linux/
H A Ddevice-mapper.h249 #define DM_TARGET_PASSES_INTEGRITY 0x00000020 macro
250 #define dm_target_passes_integrity(type) ((type)->features & DM_TARGET_PASSES_INTEGRITY)