Searched refs:sget (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/fs/ |
D | super.c | 606 struct super_block *sget(struct file_system_type *type, in sget() function 664 EXPORT_SYMBOL(sget); 1372 s = sget(fs_type, test_bdev_super, set_bdev_super, flags | SB_NOSEC, in mount_bdev() 1442 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev() 1494 s = sget(fs_type, compare_single, set_anon_super, flags, NULL); in mount_single()
|
/linux-6.1.9/fs/9p/ |
D | vfs_super.c | 132 sb = sget(fs_type, NULL, v9fs_set_super, flags, v9ses); in v9fs_mount()
|
/linux-6.1.9/fs/orangefs/ |
D | super.c | 517 sb = sget(fst, NULL, set_anon_super, flags, NULL); in orangefs_mount()
|
/linux-6.1.9/fs/ecryptfs/ |
D | main.c | 508 s = sget(fs_type, NULL, set_anon_super, flags, NULL); in ecryptfs_mount()
|
/linux-6.1.9/fs/nilfs2/ |
D | super.c | 1299 s = sget(fs_type, nilfs_test_bdev_super, nilfs_set_bdev_super, flags, in nilfs_mount()
|
/linux-6.1.9/fs/cifs/ |
D | cifsfs.c | 927 sb = sget(fs_type, cifs_match_super, cifs_set_super, flags, &mnt_data); in cifs_smb3_do_mount()
|
/linux-6.1.9/fs/btrfs/ |
D | super.c | 1810 s = sget(fs_type, btrfs_test_super, btrfs_set_super, flags | SB_NOSEC, in btrfs_mount_root()
|
/linux-6.1.9/fs/ubifs/ |
D | super.c | 2301 sb = sget(fs_type, sb_test, sb_set, flags, c); in ubifs_mount()
|
/linux-6.1.9/include/linux/ |
D | fs.h | 2599 struct super_block *sget(struct file_system_type *type,
|