Searched refs:DM_TARGET_SINGLETON (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Ddevice-mapper.h225 #define DM_TARGET_SINGLETON 0x00000001 macro
226 #define dm_target_needs_singleton(type) ((type)->features & DM_TARGET_SINGLETON)
/linux-master/drivers/md/
H A Ddm-zoned-target.c1143 .features = DM_TARGET_SINGLETON | DM_TARGET_MIXED_ZONED_MODEL,
H A Ddm-verity-target.c1589 .features = DM_TARGET_SINGLETON | DM_TARGET_IMMUTABLE,
H A Ddm-mpath.c2188 .features = DM_TARGET_SINGLETON | DM_TARGET_IMMUTABLE |
H A Ddm-thin.c4119 .features = DM_TARGET_SINGLETON | DM_TARGET_ALWAYS_WRITEABLE |
H A Ddm-integrity.c4747 .features = DM_TARGET_SINGLETON | DM_TARGET_INTEGRITY,
/linux-master/drivers/md/dm-vdo/
H A Ddm-vdo-target.c2833 .features = DM_TARGET_SINGLETON,

Completed in 153 milliseconds