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 *),
12int flags, void * data);
13
ARGUMENTS
15type
16filesystem type superblock should belong to
1718
test
19comparison callback
2021
set
22setup callback
2324
flags
25mount flags
2627
data
28argument to each of them
29
COPYRIGHT
31Kernel Hackers Manual 3.10 June 2019 SGET(9)