Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Ddevice-mapper.h244 #define DM_TARGET_IMMUTABLE 0x00000004 macro
245 #define dm_target_is_immutable(type) ((type)->features & DM_TARGET_IMMUTABLE)
/linux-6.12.1/drivers/md/
Ddm-verity-target.c1763 .features = DM_TARGET_SINGLETON | DM_TARGET_IMMUTABLE,
Ddm-mpath.c2184 .features = DM_TARGET_SINGLETON | DM_TARGET_IMMUTABLE |
Ddm-thin.c4114 DM_TARGET_IMMUTABLE,