Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Ddevice-mapper.h191 #define DM_TARGET_IMMUTABLE 0x00000004 macro
192 #define dm_target_is_immutable(type) ((type)->features & DM_TARGET_IMMUTABLE)
/linux-4.4.14/drivers/md/
Ddm-thin.c3888 DM_TARGET_IMMUTABLE,