'\" t .\" Title: sget .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: The Linux VFS .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "SGET" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "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" sget \- find or create a superblock .SH "SYNOPSIS" .HP \w'struct\ super_block\ *\ sget('u .BI "struct super_block * sget(struct\ file_system_type\ *\ " "type" ", int\ (*" "test" ")\ (struct\ super_block\ *,void\ *), int\ (*" "set" ")\ (struct\ super_block\ *,void\ *), int\ " "flags" ", void\ *\ " "data" ");" .SH "ARGUMENTS" .PP \fItype\fR .RS 4 filesystem type superblock should belong to .RE .PP \fItest\fR .RS 4 comparison callback .RE .PP \fIset\fR .RS 4 setup callback .RE .PP \fIflags\fR .RS 4 mount flags .RE .PP \fIdata\fR .RS 4 argument to each of them .RE .SH "COPYRIGHT" .br