Home
last modified time | relevance | path

Searched refs:sget (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/fs/9p/
H A Dvfs_super.c128 sb = sget(fs_type, NULL, v9fs_set_super, flags, v9ses); in v9fs_mount()
/linux-6.15/fs/
H A Dsuper.c815 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_type, NULL, set_anon_super, flags, NULL); in mount_nodev()
/linux-6.15/fs/orangefs/
H A Dsuper.c514 sb = sget(fst, NULL, set_anon_super, flags, NULL); in orangefs_mount()
/linux-6.15/fs/ext4/
H A Dmballoc-test.c144 sb = sget(&mbt_fs_type, NULL, mbt_set, 0, NULL); in mbt_ext4_alloc_super_block()
/linux-6.15/fs/bcachefs/
H A Dfs.c2463 sb = sget(fc->fs_type, bch2_test_super, bch2_noset_super, fc->sb_flags|SB_NOSEC, &devs_to_fs); in bch2_fs_get_tree()
2487 sb = sget(fc->fs_type, NULL, bch2_set_super, fc->sb_flags|SB_NOSEC, c); in bch2_fs_get_tree()
/linux-6.15/fs/smb/client/
H A Dcifsfs.c1001 sb = sget(fs_type, cifs_match_super, cifs_set_super, flags, &mnt_data); in cifs_smb3_do_mount()
/linux-6.15/include/linux/
H A Dfs.h2673 struct super_block *sget(struct file_system_type *type,