Home
last modified time | relevance | path

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

/linux-3.4.99/fs/
Dsuper.c420 struct super_block *sget(struct file_system_type *type, in sget() function
471 EXPORT_SYMBOL(sget);
923 sb = sget(fs_type, ns_test_super, ns_set_super, data); in mount_ns()
990 s = sget(fs_type, test_bdev_super, set_bdev_super, bdev); in mount_bdev()
1060 struct super_block *s = sget(fs_type, NULL, set_anon_super, NULL); in mount_nodev()
1089 s = sget(fs_type, compare_single, set_anon_super, NULL); in mount_single()
Dlibfs.c225 struct super_block *s = sget(fs_type, NULL, set_anon_super, NULL); in mount_pseudo()
/linux-3.4.99/drivers/mtd/
Dmtdsuper.c66 sb = sget(fs_type, get_sb_mtd_compare, get_sb_mtd_set, mtd); in mount_mtd_aux()
/linux-3.4.99/fs/sysfs/
Dmount.c120 sb = sget(fs_type, sysfs_test_super, sysfs_set_super, info); in sysfs_mount()
/linux-3.4.99/fs/proc/
Droot.c114 sb = sget(fs_type, proc_test_super, proc_set_super, ns); in proc_mount()
/linux-3.4.99/fs/devpts/
Dinode.c434 s = sget(fs_type, NULL, set_anon_super, NULL); in devpts_mount()
436 s = sget(fs_type, compare_init_pts_sb, set_anon_super, NULL); in devpts_mount()
/linux-3.4.99/fs/9p/
Dvfs_super.c140 sb = sget(fs_type, NULL, v9fs_set_super, v9ses); in v9fs_mount()
/linux-3.4.99/fs/reiserfs/
Dprocfs.c406 if (IS_ERR(sget(&reiserfs_fs_type, test_sb, set_sb, s))) in r_start()
/linux-3.4.99/fs/afs/
Dsuper.c398 sb = sget(fs_type, afs_test_super, afs_set_super, as); in afs_mount()
/linux-3.4.99/fs/nfs/
Dsuper.c2336 s = sget(fs_type, compare_super, nfs_set_super, &sb_mntdata); in nfs_fs_mount()
2447 s = sget(&nfs_fs_type, compare_super, nfs_set_super, &sb_mntdata); in nfs_xdev_mount()
2711 s = sget(&nfs4_fs_type, compare_super, nfs_set_super, &sb_mntdata); in nfs4_remote_mount()
2975 s = sget(&nfs4_fs_type, compare_super, nfs_set_super, &sb_mntdata); in nfs4_xdev_mount()
3066 s = sget(&nfs4_fs_type, compare_super, nfs_set_super, &sb_mntdata); in nfs4_remote_referral_mount()
/linux-3.4.99/fs/ecryptfs/
Dmain.c516 s = sget(fs_type, NULL, set_anon_super, NULL); in ecryptfs_mount()
/linux-3.4.99/fs/gfs2/
Dops_fstype.c1295 s = sget(fs_type, test_gfs2_super, set_gfs2_super, bdev); in gfs2_mount()
1379 s = sget(&gfs2_fs_type, test_gfs2_super, set_meta_super, in gfs2_mount_meta()
/linux-3.4.99/fs/logfs/
Dsuper.c522 sb = sget(type, logfs_sb_test, logfs_sb_set, super); in logfs_get_sb_device()
/linux-3.4.99/fs/ceph/
Dsuper.c877 sb = sget(fs_type, compare_super, ceph_set_super, fsc); in ceph_mount()
/linux-3.4.99/fs/cifs/
Dcifsfs.c660 sb = sget(fs_type, cifs_match_super, cifs_set_super, &mnt_data); in cifs_do_mount()
/linux-3.4.99/fs/btrfs/
Dsuper.c1087 s = sget(fs_type, btrfs_test_super, btrfs_set_super, fs_info); in btrfs_mount()
/linux-3.4.99/fs/nilfs2/
Dsuper.c1294 s = sget(fs_type, nilfs_test_bdev_super, nilfs_set_bdev_super, sd.bdev); in nilfs_mount()
/linux-3.4.99/fs/ubifs/
Dsuper.c2142 sb = sget(fs_type, sb_test, sb_set, c); in ubifs_mount()
/linux-3.4.99/include/linux/
Dfs.h1877 struct super_block *sget(struct file_system_type *type,
/linux-3.4.99/kernel/
Dcgroup.c1529 sb = sget(fs_type, cgroup_test_super, cgroup_set_super, &opts); in cgroup_mount()