Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddevice-mapper.h266 #define dm_target_supports_nowait(type) ((type)->features & DM_TARGET_NOWAIT) macro
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-table.c2005 if (!dm_target_supports_nowait(ti->type)) in dm_table_supports_nowait()