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