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