Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
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()
1777 s = sget(fs_type, compare_single, set_anon_super, flags, NULL); in mount_single()
/linux-6.12.1/fs/9p/
Dvfs_super.c128 sb = sget(fs_type, NULL, v9fs_set_super, flags, v9ses); in v9fs_mount()
/linux-6.12.1/fs/orangefs/
Dsuper.c514 sb = sget(fst, NULL, set_anon_super, flags, NULL); in orangefs_mount()
/linux-6.12.1/fs/ecryptfs/
Dmain.c494 s = sget(fs_type, NULL, set_anon_super, flags, NULL); in ecryptfs_mount()
/linux-6.12.1/fs/bcachefs/
Dfs.c2153 sb = sget(fc->fs_type, bch2_test_super, bch2_noset_super, fc->sb_flags|SB_NOSEC, &devs_to_fs); in bch2_fs_get_tree()
2174 sb = sget(fc->fs_type, NULL, bch2_set_super, fc->sb_flags|SB_NOSEC, c); in bch2_fs_get_tree()
/linux-6.12.1/fs/ext4/
Dmballoc-test.c144 sb = sget(&mbt_fs_type, NULL, mbt_set, 0, NULL); in mbt_ext4_alloc_super_block()
/linux-6.12.1/fs/smb/client/
Dcifsfs.c965 sb = sget(fs_type, cifs_match_super, cifs_set_super, flags, &mnt_data); in cifs_smb3_do_mount()
/linux-6.12.1/fs/ubifs/
Dsuper.c2312 sb = sget(fs_type, sb_test, sb_set, flags, c); in ubifs_mount()
/linux-6.12.1/include/linux/
Dfs.h2592 struct super_block *sget(struct file_system_type *type,