.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "I2O_BLOCK_ISSUE_FLUSH" "9" "09 October 2005" "" ""
.SH NAME
i2o_block_issue_flush \- device-flush interface for block-layer
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int i2o_block_issue_flush (request_queue_t * \fIqueue\fB, struct gendisk * \fIdisk\fB, sector_t * \fIerror_sector\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIqueue\fB\fR
the request queue of the device which should be flushed
.TP
\fB\fIdisk\fB\fR
gendisk
.TP
\fB\fIerror_sector\fB\fR
error offset
.SH "DESCRIPTION"
.PP
Helper function to provide flush functionality to block-layer.
.PP
Returns 0 on success or negative error code on failure.