Searched refs:sget (Results 1 – 7 of 7) sorted by relevance
/linux/fs/ |
H A D | super.c | 330 * sget() can have s_umount recursion. in alloc_super() 439 * sget{_fc}() walkers anymore. Any concurrent mounter still in kill_super_notify() 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 in generic_shutdown_super() 676 * sget{_fc}() until we passed sb->kill_sb(). in generic_shutdown_super() 808 * sget - find or create a superblock 815 struct super_block *sget(struct file_system_type *type, in sget() function 873 EXPORT_SYMBOL(sget); 1681 s = sget(fs_type, test_bdev_super, set_bdev_super, flags, &dev); in mount_bdev() 1725 struct super_block *s = sget(fs_typ in mount_nodev() [all...] |
/linux/fs/9p/ |
H A D | vfs_super.c | 128 sb = sget(fs_type, NULL, v9fs_set_super, flags, v9ses); in v9fs_mount()
|
/linux/fs/orangefs/ |
H A D | super.c | 514 sb = sget(fst, NULL, set_anon_super, flags, NULL); in orangefs_mount()
|
/linux/fs/bcachefs/ |
H A D | fs.c | 2186 sb = sget(fc->fs_type, bch2_test_super, bch2_noset_super, fc->sb_flags|SB_NOSEC, &devs_to_fs); in bch2_fs_get_tree() 2207 sb = sget(fc->fs_type, NULL, bch2_set_super, fc->sb_flags|SB_NOSEC, c); in bch2_fs_get_tree()
|
/linux/fs/ext4/ |
H A D | mballoc-test.c | 144 sb = sget(&mbt_fs_type, NULL, mbt_set, 0, NULL); in mbt_ext4_alloc_super_block()
|
/linux/fs/smb/client/ |
H A D | cifsfs.c | 997 sb = sget(fs_type, cifs_match_super, cifs_set_super, flags, &mnt_data); in cifs_smb3_do_mount()
|
/linux/include/linux/ |
H A D | fs.h | 2677 struct super_block *sget(struct file_system_type *type,
|