Query: get_super_thawed
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GET_SUPER_THAWED(9) The Linux VFS GET_SUPER_THAWED(9)NAMEget_super_thawed - get thawed superblock of a deviceSYNOPSISstruct super_block * get_super_thawed(struct block_device * bdev);ARGUMENTSbdev device to get the superblock forDESCRIPTIONScans the superblock list and finds the superblock of the file system mounted on the device. The superblock is returned once it is thawed (or immediately if it was not frozen). NULL is returned if no match is found.COPYRIGHTKernel Hackers Manual 3.10 June 2014 GET_SUPER_THAWED(9)