Searched refs:sget (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ |
| H A D | super.c | 819 struct super_block *sget(struct file_system_type *type, in sget() function 870 EXPORT_SYMBOL(sget);
|
| /linux/fs/ext4/ |
| H A D | extents-test.c | 225 sb = sget(&ext_fs_type, NULL, ext_set, 0, NULL); in extents_kunit_init()
|
| 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 | 1063 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 | 2329 struct super_block *sget(struct file_system_type *type,
|