other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
GET_SUPER(9) | The Linux VFS | GET_SUPER(9) |
NAME¶
get_super - get the superblock of a deviceSYNOPSIS¶
struct
super_block *
get_super(struct block_device * bdev);
ARGUMENTS¶
bdevdevice to get the superblock for
Scans the superblock list and finds the superblock of the file system mounted on
the device given. NULL is returned if no match is found.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |