Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Ddm-ioctl.h222 DM_VERSION_CMD = 0, enumerator
248 #define DM_VERSION _IOWR(DM_IOCTL, DM_VERSION_CMD, struct dm_ioctl)
/linux-2.6.39/drivers/md/
Ddm-ioctl.c1445 {DM_VERSION_CMD, NULL}, /* version is dealt with elsewhere */ in lookup_ioctl()
1600 if (cmd == DM_VERSION_CMD) in ctl_ioctl()