1GET_SUPER_THAWED(9) The Linux VFS GET_SUPER_THAWED(9)
2
3
4
6 get_super_thawed - get thawed superblock of a device
7
9 struct super_block * get_super_thawed(struct block_device * bdev);
10
12 bdev
13 device to get the superblock for
14
16 Scans the superblock list and finds the superblock of the file system
17 mounted on the device. The superblock is returned once it is thawed (or
18 immediately if it was not frozen). NULL is returned if no match is
19 found.
20
22Kernel Hackers Manual 3.10 June 2019 GET_SUPER_THAWED(9)