'\" t .\" Title: get_super_thawed .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: The Linux VFS .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "GET_SUPER_THAWED" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "The Linux VFS" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" get_super_thawed \- get thawed superblock of a device .SH "SYNOPSIS" .HP \w'struct\ super_block\ *\ get_super_thawed('u .BI "struct super_block * get_super_thawed(struct\ block_device\ *\ " "bdev" ");" .SH "ARGUMENTS" .PP \fIbdev\fR .RS 4 device to get the superblock for .RE .SH "DESCRIPTION" .PP Scans 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)\&. \fBNULL\fR is returned if no match is found\&. .SH "COPYRIGHT" .br