Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-ioctl.c1882 DMWARN("dm_ctl_ioctl: unknown command 0x%x", command); in ctl_ioctl()
1920 static long dm_ctl_ioctl(struct file *file, uint command, ulong u) in dm_ctl_ioctl() function
1928 return (long)dm_ctl_ioctl(file, command, (ulong) compat_ptr(u)); in dm_compat_ctl_ioctl()
1975 .unlocked_ioctl = dm_ctl_ioctl,
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-ioctl.c2064 DMERR("dm_ctl_ioctl: unknown command 0x%x", command); in ctl_ioctl()
2102 static long dm_ctl_ioctl(struct file *file, uint command, ulong u) in dm_ctl_ioctl() function
2110 return (long)dm_ctl_ioctl(file, command, (ulong) compat_ptr(u)); in dm_compat_ctl_ioctl()
2157 .unlocked_ioctl = dm_ctl_ioctl,

Completed in 6 milliseconds