Searched refs:sget (Results 1 – 14 of 14) sorted by relevance
/linux-4.19.296/fs/ |
D | super.c | 551 struct super_block *sget(struct file_system_type *type, in sget() function 573 EXPORT_SYMBOL(sget); 1131 s = sget(fs_type, test_bdev_super, set_bdev_super, flags | SB_NOSEC, in mount_bdev() 1199 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev() 1226 s = sget(fs_type, compare_single, set_anon_super, flags, NULL); in mount_single()
|
/linux-4.19.296/fs/9p/ |
D | vfs_super.c | 141 sb = sget(fs_type, NULL, v9fs_set_super, flags, v9ses); in v9fs_mount()
|
/linux-4.19.296/fs/orangefs/ |
D | super.c | 500 sb = sget(fst, NULL, set_anon_super, flags, NULL); in orangefs_mount()
|
/linux-4.19.296/fs/afs/ |
D | super.c | 557 sb = sget(fs_type, in afs_mount()
|
/linux-4.19.296/fs/ecryptfs/ |
D | main.c | 522 s = sget(fs_type, NULL, set_anon_super, flags, NULL); in ecryptfs_mount()
|
/linux-4.19.296/fs/gfs2/ |
D | ops_fstype.c | 1278 s = sget(fs_type, test_gfs2_super, set_gfs2_super, flags, bdev); in gfs2_mount() 1364 s = sget(&gfs2_fs_type, test_gfs2_super, set_meta_super, flags, in gfs2_mount_meta()
|
/linux-4.19.296/fs/exofs/ |
D | super.c | 880 s = sget(type, NULL, set_anon_super, flags, NULL); in exofs_mount()
|
/linux-4.19.296/fs/ceph/ |
D | super.c | 1099 sb = sget(fs_type, compare_super, ceph_set_super, flags, fsc); in ceph_mount()
|
/linux-4.19.296/fs/nilfs2/ |
D | super.c | 1336 s = sget(fs_type, nilfs_test_bdev_super, nilfs_set_bdev_super, flags, in nilfs_mount()
|
/linux-4.19.296/fs/cifs/ |
D | cifsfs.c | 748 sb = sget(fs_type, cifs_match_super, cifs_set_super, flags, &mnt_data); in cifs_smb3_do_mount()
|
/linux-4.19.296/fs/btrfs/ |
D | super.c | 1598 s = sget(fs_type, btrfs_test_super, btrfs_set_super, flags | SB_NOSEC, in btrfs_mount_root()
|
/linux-4.19.296/fs/ubifs/ |
D | super.c | 2171 sb = sget(fs_type, sb_test, sb_set, flags, c); in ubifs_mount()
|
/linux-4.19.296/fs/nfs/ |
D | super.c | 2616 s = sget(nfs_mod->nfs_fs, compare_super, nfs_set_super, flags, &sb_mntdata); in nfs_fs_mount_common()
|
/linux-4.19.296/include/linux/ |
D | fs.h | 2201 struct super_block *sget(struct file_system_type *type,
|