get_super (9) Linux Manual Page
get_super – get the superblock of a device
Synopsis
struct super_block *get_super(struct block_device *bdev);
Arguments
bdev
-
- device to get the superblock for
Scans the superblock list and finds the superblock of the file system mounted on the device given.
NULLis returned if no match is found. - device to get the superblock for
