.\" 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_GET_BACKING_DEV_INFO" "" "06 October 2005" "" ""
.SH NAME
blk_get_backing_dev_info \- get the address of a queue's backing_dev_info
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct backing_dev_info * blk_get_backing_dev_info (struct block_device * \fIbdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIbdev\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
Locates the passed device's request queue and returns the address of its
backing_dev_info
.PP
Will return NULL if the request queue cannot be located.