Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddevice-mapper.h260 #define dm_target_supports_zoned_hm(type) ((type)->features & DM_TARGET_ZONED_HM) macro
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-table.c1697 if (dm_target_supports_zoned_hm(ti->type)) { in dm_table_supports_zoned_model()