sget              140 fs/9p/vfs_super.c 	sb = sget(fs_type, NULL, v9fs_set_super, v9ses);
sget              396 fs/afs/super.c 	sb = sget(fs_type, afs_test_super, set_anon_super, &params);
sget              571 fs/cifs/cifsfs.c 	struct super_block *sb = sget(fs_type, NULL, set_anon_super, NULL);
sget              209 fs/libfs.c     	struct super_block *s = sget(fs_type, NULL, set_anon_super, NULL);
sget             1983 fs/nfs/super.c 	s = sget(fs_type, compare_super, nfs_set_super, &sb_mntdata);
sget             2082 fs/nfs/super.c 	s = sget(&nfs_fs_type, compare_super, nfs_set_super, &sb_mntdata);
sget             2337 fs/nfs/super.c 	s = sget(fs_type, compare_super, nfs_set_super, &sb_mntdata);
sget             2436 fs/nfs/super.c 	s = sget(&nfs_fs_type, compare_super, nfs_set_super, &sb_mntdata);
sget             2521 fs/nfs/super.c 	s = sget(&nfs_fs_type, compare_super, nfs_set_super, &sb_mntdata);
sget               63 fs/proc/root.c 	sb = sget(fs_type, proc_test_super, proc_set_super, ns);
sget              419 fs/reiserfs/procfs.c 	if (IS_ERR(sget(&reiserfs_fs_type, test_sb, set_sb, s)))
sget              775 fs/super.c     	s = sget(fs_type, test_bdev_super, set_bdev_super, bdev);
sget              835 fs/super.c     	struct super_block *s = sget(fs_type, NULL, set_anon_super, NULL);
sget              867 fs/super.c     	s = sget(fs_type, compare_single, set_anon_super, NULL);
sget             1797 fs/ubifs/super.c 	sb = sget(fs_type, &sb_test, &sb_set, &vi.cdev);
sget             1587 include/linux/fs.h struct super_block *sget(struct file_system_type *type,
sget              978 kernel/cgroup.c 	sb = sget(fs_type, cgroup_test_super, cgroup_set_super, root);