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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-ioctl.c1541 DMWARN("dm_ctl_ioctl: unknown command 0x%x", command);
1580 static long dm_ctl_ioctl(struct file *file, uint command, ulong u) function
1588 return (long)dm_ctl_ioctl(file, command, (ulong) compat_ptr(u));
1596 .unlocked_ioctl = dm_ctl_ioctl,

Completed in 38 milliseconds