Home
last modified time | relevance | path

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

/fs/
Dsuper.c540 struct super_block *sget(struct file_system_type *type, in sget() function
562 EXPORT_SYMBOL(sget);
1073 s = sget(fs_type, test_bdev_super, set_bdev_super, flags | MS_NOSEC, in mount_bdev()
1141 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev()
1168 s = sget(fs_type, compare_single, set_anon_super, flags, NULL); in mount_single()
/fs/9p/
Dvfs_super.c136 sb = sget(fs_type, NULL, v9fs_set_super, flags, v9ses); in v9fs_mount()
/fs/afs/
Dsuper.c410 sb = sget(fs_type, afs_test_super, afs_set_super, flags, as); in afs_mount()
/fs/orangefs/
Dsuper.c483 sb = sget(fst, NULL, set_anon_super, flags, NULL); in orangefs_mount()
/fs/gfs2/
Dops_fstype.c1281 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()
/fs/ecryptfs/
Dmain.c516 s = sget(fs_type, NULL, set_anon_super, flags, NULL); in ecryptfs_mount()
/fs/logfs/
Dsuper.c522 sb = sget(type, logfs_sb_test, logfs_sb_set, flags | MS_NOATIME, super); in logfs_get_sb_device()
/fs/ceph/
Dsuper.c991 sb = sget(fs_type, compare_super, ceph_set_super, flags, fsc); in ceph_mount()
/fs/cifs/
Dcifsfs.c720 sb = sget(fs_type, cifs_match_super, cifs_set_super, flags, &mnt_data); in cifs_do_mount()
/fs/nilfs2/
Dsuper.c1315 s = sget(fs_type, nilfs_test_bdev_super, nilfs_set_bdev_super, flags, in nilfs_mount()
/fs/btrfs/
Dsuper.c1613 s = sget(fs_type, btrfs_test_super, btrfs_set_super, flags | MS_NOSEC, in btrfs_mount()
/fs/ubifs/
Dsuper.c2131 sb = sget(fs_type, sb_test, sb_set, flags, c); in ubifs_mount()
/fs/nfs/
Dsuper.c2594 s = sget(nfs_mod->nfs_fs, compare_super, nfs_set_super, flags, &sb_mntdata); in nfs_fs_mount_common()