Home
last modified time | relevance | path

Searched refs:DM_TARGET_INTEGRITY (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/
Ddevice-mapper.h236 #define DM_TARGET_INTEGRITY 0x00000010 macro
237 #define dm_target_has_integrity(type) ((type)->features & DM_TARGET_INTEGRITY)
/Linux-v5.4/drivers/md/
Ddm-integrity.c4187 .features = DM_TARGET_SINGLETON | DM_TARGET_INTEGRITY,