Lookup a struct block_device by name
struct block_device * lookup_bdev(const char * pathname);
pathname
special file representing the block device
Get a reference to the blockdevice at pathname in the current namespace if possible and return it. Return ERR_PTR(error) otherwise.