Lines Matching refs:sget
338 * sget() can have s_umount recursion.
447 * sget{_fc}() walkers anymore. Any concurrent mounter still
566 * an active reference. This is used in sget{_fc}() to wait for a
717 * is dying. Every walker of @fs_supers outside of sget{_fc}() will now
721 * sget{_fc}() until we passed sb->kill_sb().
842 * sget - find or create a superblock
849 struct super_block *sget(struct file_system_type *type,
907 EXPORT_SYMBOL(sget);
1609 s = sget(fs_type, test_bdev_super, set_bdev_super, flags, &dev);
1661 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL);
1713 s = sget(fs_type, compare_single, set_anon_super, flags, NULL);