Query: get_super
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GET_SUPER(9) The Linux VFS GET_SUPER(9)NAMEget_super - get the superblock of a deviceSYNOPSISstruct super_block * get_super(struct block_device * bdev);ARGUMENTSbdev device to get the superblock forDESCRIPTIONScans the superblock list and finds the superblock of the file system mounted on the device given. NULL is returned if no match is found.COPYRIGHTKernel Hackers Manual 2.6. July 2010 GET_SUPER(9)