Searched refs:sget (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/9p/
H A Dvfs_super.c128 sb = sget(fs_type, NULL, v9fs_set_super, flags, v9ses);
/linux-master/fs/
H A Dsuper.c330 * sget() can have s_umount recursion.
439 * sget{_fc}() walkers anymore. Any concurrent mounter still
517 * an active reference. This is used in sget{_fc}() to wait for a
672 * is dying. Every walker of @fs_supers outside of sget{_fc}() will now
676 * sget{_fc}() until we passed sb->kill_sb().
797 * sget - find or create a superblock
804 struct super_block *sget(struct file_system_type *type, function
862 EXPORT_SYMBOL(sget); variable
1647 s = sget(fs_type, test_bdev_super, set_bdev_super, flags, &dev);
1691 struct super_block *s = sget(fs_typ
[all...]
/linux-master/fs/ecryptfs/
H A Dmain.c494 s = sget(fs_type, NULL, set_anon_super, flags, NULL);
/linux-master/fs/orangefs/
H A Dsuper.c514 sb = sget(fst, NULL, set_anon_super, flags, NULL);
/linux-master/fs/ext4/
H A Dmballoc-test.c144 sb = sget(&mbt_fs_type, NULL, mbt_set, 0, NULL);
/linux-master/fs/bcachefs/
H A Dfs.c1913 sb = sget(fs_type, bch2_test_super, bch2_noset_super, flags|SB_NOSEC, &devs_to_fs);
1933 sb = sget(fs_type, NULL, bch2_set_super, flags|SB_NOSEC, c);
/linux-master/fs/smb/client/
H A Dcifsfs.c954 sb = sget(fs_type, cifs_match_super, cifs_set_super, flags, &mnt_data);
/linux-master/fs/ubifs/
H A Dsuper.c2312 sb = sget(fs_type, sb_test, sb_set, flags, c);
/linux-master/include/linux/
H A Dfs.h2522 struct super_block *sget(struct file_system_type *type,

Completed in 289 milliseconds