Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
Ddm-linear.c231 .features = DM_TARGET_PASSES_INTEGRITY | DM_TARGET_NOWAIT |
235 .features = DM_TARGET_PASSES_INTEGRITY | DM_TARGET_NOWAIT,
/kernel/linux/linux-5.10/include/linux/
Ddevice-mapper.h261 #define DM_TARGET_NOWAIT 0x00000080 macro
262 #define dm_target_supports_nowait(type) ((type)->features & DM_TARGET_NOWAIT)