1GET_SUPER(9)                     The Linux VFS                    GET_SUPER(9)
2
3
4

NAME

6       get_super - get the superblock of a device
7

SYNOPSIS

9       struct super_block * get_super(struct block_device * bdev);
10

ARGUMENTS

12       bdev
13           device to get the superblock for
14

DESCRIPTION

16       Scans the superblock list and finds the superblock of the file system
17       mounted on the device given.  NULL is returned if no match is found.
18
20Kernel Hackers Manual 2.6.         June 2019                      GET_SUPER(9)
Impressum