sget_userns — find or create a superblock
struct super_block * sget_userns ( | struct file_system_type * type, |
int (*test)
(struct super_block *,void *), | |
int (*set)
(struct super_block *,void *), | |
| int flags, | |
| struct user_namespace * user_ns, | |
void * data); |
struct file_system_type * typefilesystem type superblock should belong to
int (*)(struct super_block *,void *) testcomparison callback
int (*)(struct super_block *,void *) setsetup callback
int flagsmount flags
struct user_namespace * user_nsUser namespace for the super_block
void * dataargument to each of them