sget              130 fs/9p/vfs_super.c 	sb = sget(fs_type, NULL, v9fs_set_super, flags, v9ses);
sget             1544 fs/btrfs/super.c 	s = sget(fs_type, btrfs_test_super, btrfs_set_super, flags | SB_NOSEC,
sget             1131 fs/ceph/super.c 	sb = sget(fs_type, compare_super, ceph_set_super, flags, fsc);
sget              829 fs/cifs/cifsfs.c 	sb = sget(fs_type, cifs_match_super, cifs_set_super, flags, &mnt_data);
sget              502 fs/ecryptfs/main.c 	s = sget(fs_type, NULL, set_anon_super, flags, NULL);
sget             2681 fs/nfs/super.c 	s = sget(nfs_mod->nfs_fs, compare_super, nfs_set_super, flags, &sb_mntdata);
sget             1298 fs/nilfs2/super.c 	s = sget(fs_type, nilfs_test_bdev_super, nilfs_set_bdev_super, flags,
sget              516 fs/orangefs/super.c 	sb = sget(fst, NULL, set_anon_super, flags, NULL);
sget              634 fs/super.c     EXPORT_SYMBOL(sget);
sget             1390 fs/super.c     	s = sget(fs_type, test_bdev_super, set_bdev_super, flags | SB_NOSEC,
sget             1458 fs/super.c     	struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL);
sget             1510 fs/super.c     	s = sget(fs_type, compare_single, set_anon_super, flags, NULL);
sget             2254 fs/ubifs/super.c 	sb = sget(fs_type, sb_test, sb_set, flags, c);
sget             2287 include/linux/fs.h struct super_block *sget(struct file_system_type *type,