i2o_block_open(9)
NAME
i2o_block_open - Open the block device
SYNOPSIS
int i2o_block_open(struct inode * inode, struct file * file);
ARGUMENTS
- inode
- inode for block device being opened
- file
- file to open
DESCRIPTION
Power up the device, mount and lock the media. This function is called,
if the block device is opened for access.
Returns 0 on success or negative error code on failure.