Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddevice-mapper.h225 #define dm_target_needs_singleton(type) ((type)->features & DM_TARGET_SINGLETON) macro
/openbmc/linux/drivers/md/
H A Ddm-table.c678 if (dm_target_needs_singleton(ti->type)) { in dm_table_add_target()