i2o_block_ioctl

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

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.