get_super

Name

get_super --  get the superblock of a device

Synopsis

struct super_block * get_super (kdev_t dev);

Arguments

dev

device to get the superblock for

Description

Scans the superblock list and finds the superblock of the file system mounted on the device given. NULL is returned if no match is found.