Get the address of a queues backing_dev_info
struct backing_dev_info * blk_get_backing_dev_info(struct block_device * bdev);
bdev
device
Locates the passed device's request queue and returns the address of its backing_dev_info
Will return NULL if the request queue cannot be located.