1SGET(9)                          The Linux VFS                         SGET(9)
2
3
4

NAME

6       sget - find or create a superblock
7

SYNOPSIS

9       struct super_block * sget(struct file_system_type * type,
10                                 int (*test) (struct super_block *,void *),
11                                 int (*set) (struct super_block *,void *),
12                                 int flags, void * data);
13

ARGUMENTS

15       type
16           filesystem type superblock should belong to
17
18       test
19           comparison callback
20
21       set
22           setup callback
23
24       flags
25           mount flags
26
27       data
28           argument to each of them
29
31Kernel Hackers Manual 3.10         June 2019                           SGET(9)
Impressum