i2o_block_ioctl — Issue device specific ioctl calls.
int i2o_block_ioctl
(struct inode * inode, struct file * file, unsigned int cmd, unsigned long arg);
inode for block device ioctl
file for ioctl
ioctl command
arg
Handles ioctl request for the block device.
Return 0 on success or negative error on failure.