.\" 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 "BLK_COMPLETE_BARRIER_RQ_LOCKED" "9" "09 October 2005" "" ""
.SH NAME
blk_complete_barrier_rq_locked \- complete possible barrier request
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int blk_complete_barrier_rq_locked (request_queue_t * \fIq\fB, struct request * \fIrq\fB, int \fIsectors\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIq\fB\fR
the request queue for the device
.TP
\fB\fIrq\fB\fR
the request
.TP
\fB\fIsectors\fB\fR
number of sectors to complete
.SH "DESCRIPTION"
.PP
See \fBblk_complete_barrier_rq\fR\&. This variant must be used if the caller
holds the queue lock.