Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-ioctl.c2097 DMERR("dm_ctl_ioctl: unknown command 0x%x", command); in ctl_ioctl()
2135 static long dm_ctl_ioctl(struct file *file, uint command, ulong u) in dm_open()
2143 return (long)dm_ctl_ioctl(file, command, (ulong) compat_ptr(u)); in dm_open()
2190 .unlocked_ioctl = dm_ctl_ioctl, in dm_interface_init()
2116 static long dm_ctl_ioctl(struct file *file, uint command, ulong u) dm_ctl_ioctl() function