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
15           Scans the superblock list and finds the superblock of the file
16           system mounted on the device given.  NULL is returned if no match
17           is found.
18
20Kernel Hackers Manual 3.10         June 2019                      GET_SUPER(9)
Impressum