1SGET(9) The Linux VFS SGET(9)
23
4
NAME
6sget - find or create a superblock
7
SYNOPSIS
9struct super_block * sget(struct file_system_type * type,
10int (*test) (struct super_block *,void *),
11int (*set) (struct super_block *,void *),
12void * data);
13
ARGUMENTS
15type
16filesystem type superblock should belong to
1718
test
19comparison callback
2021
set
22setup callback
2324
data
25argument to each of them
26
COPYRIGHT
28Kernel Hackers Manual 2.6. June 2019 SGET(9)