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                                 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       data
25           argument to each of them
26
28Kernel Hackers Manual 2.6.         June 2019                           SGET(9)
Impressum