sget (9) - Linux Manuals
sget: find or create a superblock
NAME
sget - find or create a superblock
SYNOPSIS
-
struct super_block * sget(struct file_system_type
* type, int(* test)(struct super_block set)*,void *), int (* (struct super_block flags, void*,void *), int * data);
ARGUMENTS
type
-
- filesystem type superblock should belong to
test
- comparison callback
set
- setup callback
flags
- mount flags
data
- argument to each of them
COPYRIGHT