struct super_block * sget (struct file_system_type * type, int (*test) (struct super_block *,void *), int (*set) (struct super_block *,void *), void * data);
struct super_block * sget
filesystem type superblock should belong to
comparison callback
setup callback
argument to each of them