Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Ddevice-mapper.h193 #define DM_TARGET_IMMUTABLE 0x00000004 macro
194 #define dm_target_is_immutable(type) ((type)->features & DM_TARGET_IMMUTABLE)
/linux-4.1.27/drivers/md/
Ddm-thin.c3668 DM_TARGET_IMMUTABLE,