Home
last modified time | relevance | path

Searched refs:DM_TARGET_IMMUTABLE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Ddevice-mapper.h223 #define DM_TARGET_IMMUTABLE 0x00000004 macro
224 #define dm_target_is_immutable(type) ((type)->features & DM_TARGET_IMMUTABLE)
/Linux-v5.4/drivers/md/
Ddm-mpath.c2030 .features = DM_TARGET_SINGLETON | DM_TARGET_IMMUTABLE |
Ddm-thin.c4079 DM_TARGET_IMMUTABLE,