Query: lookup_bdev
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LOOKUP_BDEV(9) The Linux VFS LOOKUP_BDEV(9)NAMElookup_bdev - lookup a struct block_device by nameSYNOPSISstruct block_device * lookup_bdev(const char * pathname);ARGUMENTSpathname special file representing the block deviceDESCRIPTIONGet a reference to the blockdevice at pathname in the current namespace if possible and return it. Return ERR_PTR(error) otherwise.COPYRIGHTKernel Hackers Manual 2.6. July 2010 LOOKUP_BDEV(9)