1GET_SUPER(9) The Linux VFS GET_SUPER(9)
23
4
NAME
6get_super - get the superblock of a device
7
SYNOPSIS
9struct super_block * get_super(struct block_device * bdev);
10
ARGUMENTS
12bdev
13device to get the superblock for
14
DESCRIPTION
16Scans the superblock list and finds the superblock of the file system
17mounted on the device given. NULL is returned if no match is found.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 GET_SUPER(9)