Searched refs:sget (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/fs/ |
D | super.c | 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_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/ |
D | vfs_super.c | 128 sb = sget(fs_type, NULL, v9fs_set_super, flags, v9ses); in v9fs_mount()
|
/linux-6.12.1/fs/orangefs/ |
D | super.c | 514 sb = sget(fst, NULL, set_anon_super, flags, NULL); in orangefs_mount()
|
/linux-6.12.1/fs/ecryptfs/ |
D | main.c | 494 s = sget(fs_type, NULL, set_anon_super, flags, NULL); in ecryptfs_mount()
|
/linux-6.12.1/fs/bcachefs/ |
D | fs.c | 2153 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/ |
D | mballoc-test.c | 144 sb = sget(&mbt_fs_type, NULL, mbt_set, 0, NULL); in mbt_ext4_alloc_super_block()
|
/linux-6.12.1/fs/smb/client/ |
D | cifsfs.c | 965 sb = sget(fs_type, cifs_match_super, cifs_set_super, flags, &mnt_data); in cifs_smb3_do_mount()
|
/linux-6.12.1/fs/ubifs/ |
D | super.c | 2312 sb = sget(fs_type, sb_test, sb_set, flags, c); in ubifs_mount()
|
/linux-6.12.1/include/linux/ |
D | fs.h | 2592 struct super_block *sget(struct file_system_type *type,
|