Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Ddm-ioctl.h329 #define DM_UUID_FLAG (1 << 14) /* In */ macro
/linux-2.6.39/drivers/md/
Ddm-ioctl.c340 unsigned change_uuid = (param->flags & DM_UUID_FLAG) ? 1 : 0; in dm_hash_rename()
829 unsigned change_uuid = (param->flags & DM_UUID_FLAG) ? 1 : 0; in dev_rename()