Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddevice-mapper.h230 #define DM_TARGET_IMMUTABLE 0x00000004 macro
231 #define dm_target_is_immutable(type) ((type)->features & DM_TARGET_IMMUTABLE)
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-verity-target.c1254 .features = DM_TARGET_IMMUTABLE,
1256 .features = DM_TARGET_IMMUTABLE,
H A Ddm-mpath.c2138 .features = DM_TARGET_SINGLETON | DM_TARGET_IMMUTABLE |
H A Ddm-thin.c4095 DM_TARGET_IMMUTABLE,