other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SGET(9) | The Linux VFS | SGET(9) |
NAME¶
sget - find or create a superblockSYNOPSIS¶
struct
super_block *
sget(struct file_system_type * type,
int (*test) (struct super_block *,void *),
int (*set) (struct super_block *,void *),
int flags, void * data);
ARGUMENTS¶
typefilesystem type superblock should belong
to
test
comparison callback
set
setup callback
flags
mount flags
data
argument to each of them
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |