.\" 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 "ZFCP_FSF_REQ_SBAL_GET" "9" "09 October 2005" "" "" .SH NAME zfcp_fsf_req_sbal_get \- try to get one SBAL in the request queue .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int zfcp_fsf_req_sbal_get (struct zfcp_adapter * \fIadapter\fB, int \fIreq_flags\fB, unsigned long * \fIlock_flags\fB); \fR .SH "ARGUMENTS" .TP \fB\fIadapter\fB\fR adapter for which request queue is examined .TP \fB\fIreq_flags\fB\fR flags indicating whether to wait for needed SBAL or not .TP \fB\fIlock_flags\fB\fR lock_flags if queue_lock is taken .SH "RETURN" .PP 0 on success, otherwise -EIO, or -ERESTARTSYS .SH "LOCKS" .PP lock adapter->request_queue->queue_lock on success