Home
last modified time | relevance | path

Searched refs:fs_type (Results 1 – 25 of 62) sorted by relevance

123

/fs/devpts/
Dinode.c362 static int new_pts_mount(struct file_system_type *fs_type, int flags, in new_pts_mount() argument
369 err = get_sb_nodev(fs_type, flags, data, devpts_fill_super, mnt); in new_pts_mount()
435 static int get_init_pts_sb(struct file_system_type *fs_type, int flags, in get_init_pts_sb() argument
441 s = sget(fs_type, compare_init_pts_sb, set_anon_super, NULL); in get_init_pts_sb()
464 static int init_pts_mount(struct file_system_type *fs_type, int flags, in init_pts_mount() argument
469 err = get_init_pts_sb(fs_type, flags, data, mnt); in init_pts_mount()
482 static int devpts_get_sb(struct file_system_type *fs_type, in devpts_get_sb() argument
492 return new_pts_mount(fs_type, flags, data, mnt); in devpts_get_sb()
494 return init_pts_mount(fs_type, flags, data, mnt); in devpts_get_sb()
501 static int devpts_get_sb(struct file_system_type *fs_type, int flags, in devpts_get_sb() argument
[all …]
/fs/ramfs/
Dinode.c187 int ramfs_get_sb(struct file_system_type *fs_type, in ramfs_get_sb() argument
190 return get_sb_nodev(fs_type, flags, data, ramfs_fill_super, mnt); in ramfs_get_sb()
193 static int rootfs_get_sb(struct file_system_type *fs_type, in rootfs_get_sb() argument
196 return get_sb_nodev(fs_type, flags|MS_NOUSER, data, ramfs_fill_super, in rootfs_get_sb()
/fs/autofs4/
Dinit.c17 static int autofs_get_sb(struct file_system_type *fs_type, in autofs_get_sb() argument
20 return get_sb_nodev(fs_type, flags, data, autofs4_fill_super, mnt); in autofs_get_sb()
/fs/autofs/
Dinit.c17 static int autofs_get_sb(struct file_system_type *fs_type, in autofs_get_sb() argument
20 return get_sb_nodev(fs_type, flags, data, autofs_fill_super, mnt); in autofs_get_sb()
/fs/btrfs/
Dsuper.c407 static int btrfs_get_sb(struct file_system_type *fs_type, int flags, in btrfs_get_sb() argument
421 error = btrfs_parse_early_options(data, mode, fs_type, in btrfs_get_sb()
426 error = btrfs_scan_one_device(dev_name, mode, fs_type, &fs_devices); in btrfs_get_sb()
430 error = btrfs_open_devices(fs_devices, mode, fs_type); in btrfs_get_sb()
440 s = sget(fs_type, btrfs_test_super, set_anon_super, fs_devices); in btrfs_get_sb()
466 btrfs_sb(s)->fs_info->bdev_holder = fs_type; in btrfs_get_sb()
/fs/sysfs/
Dmount.c74 static int sysfs_get_sb(struct file_system_type *fs_type, in sysfs_get_sb() argument
77 return get_sb_single(fs_type, flags, data, sysfs_fill_super, mnt); in sysfs_get_sb()
/fs/
Dsuper.c779 int get_sb_bdev(struct file_system_type *fs_type, in get_sb_bdev() argument
792 bdev = open_bdev_exclusive(dev_name, mode, fs_type); in get_sb_bdev()
802 s = sget(fs_type, test_bdev_super, set_bdev_super, bdev); in get_sb_bdev()
860 int get_sb_nodev(struct file_system_type *fs_type, in get_sb_nodev() argument
866 struct super_block *s = sget(fs_type, NULL, set_anon_super, NULL); in get_sb_nodev()
890 int get_sb_single(struct file_system_type *fs_type, in get_sb_single() argument
898 s = sget(fs_type, compare_single, set_anon_super, NULL); in get_sb_single()
Danon_inodes.c28 static int anon_inodefs_get_sb(struct file_system_type *fs_type, int flags, in anon_inodefs_get_sb() argument
32 return get_sb_pseudo(fs_type, "anon_inode:", NULL, ANON_INODE_FS_MAGIC, in anon_inodefs_get_sb()
/fs/configfs/
Dmount.c106 static int configfs_get_sb(struct file_system_type *fs_type, in configfs_get_sb() argument
109 return get_sb_single(fs_type, flags, data, configfs_fill_super, mnt); in configfs_get_sb()
/fs/9p/
Dvfs_super.c106 static int v9fs_get_sb(struct file_system_type *fs_type, int flags, in v9fs_get_sb() argument
140 sb = sget(fs_type, NULL, v9fs_set_super, v9ses); in v9fs_get_sb()
/fs/proc/
Droot.c38 static int proc_get_sb(struct file_system_type *fs_type, in proc_get_sb() argument
62 sb = sget(fs_type, proc_test_super, proc_set_super, ns); in proc_get_sb()
/fs/freevxfs/
Dvxfs_super.c249 static int vxfs_get_sb(struct file_system_type *fs_type, in vxfs_get_sb() argument
252 return get_sb_bdev(fs_type, flags, dev_name, data, vxfs_fill_super, in vxfs_get_sb()
/fs/fuse/
Dcontrol.c188 static int fuse_ctl_get_sb(struct file_system_type *fs_type, int flags, in fuse_ctl_get_sb() argument
192 return get_sb_single(fs_type, flags, raw_data, in fuse_ctl_get_sb()
Dinode.c918 static int fuse_get_sb(struct file_system_type *fs_type, in fuse_get_sb() argument
922 return get_sb_nodev(fs_type, flags, raw_data, fuse_fill_super, mnt); in fuse_get_sb()
934 static int fuse_get_sb_blk(struct file_system_type *fs_type, in fuse_get_sb_blk() argument
938 return get_sb_bdev(fs_type, flags, dev_name, raw_data, fuse_fill_super, in fuse_get_sb_blk()
/fs/coda/
Dinode.c293 static int coda_get_sb(struct file_system_type *fs_type, in coda_get_sb() argument
296 return get_sb_nodev(fs_type, flags, data, coda_fill_super, mnt); in coda_get_sb()
/fs/sysv/
Dsuper.c502 static int sysv_get_sb(struct file_system_type *fs_type, in sysv_get_sb() argument
505 return get_sb_bdev(fs_type, flags, dev_name, data, sysv_fill_super, in sysv_get_sb()
509 static int v7_get_sb(struct file_system_type *fs_type, in v7_get_sb() argument
512 return get_sb_bdev(fs_type, flags, dev_name, data, v7_fill_super, mnt); in v7_get_sb()
/fs/jffs2/
Dsuper.c163 static int jffs2_get_sb(struct file_system_type *fs_type, in jffs2_get_sb() argument
167 return get_sb_mtd(fs_type, flags, dev_name, data, jffs2_fill_super, in jffs2_get_sb()
/fs/afs/
Dsuper.c31 static int afs_get_sb(struct file_system_type *fs_type,
350 static int afs_get_sb(struct file_system_type *fs_type, in afs_get_sb() argument
396 sb = sget(fs_type, afs_test_super, set_anon_super, &params); in afs_get_sb()
/fs/nfs/
Dsuper.c231 static int nfs_xdev_get_sb(struct file_system_type *fs_type,
265 static int nfs4_get_sb(struct file_system_type *fs_type,
267 static int nfs4_xdev_get_sb(struct file_system_type *fs_type,
269 static int nfs4_referral_get_sb(struct file_system_type *fs_type,
1981 static int nfs_get_sb(struct file_system_type *fs_type, in nfs_get_sb() argument
2019 s = sget(fs_type, compare_super, nfs_set_super, &sb_mntdata); in nfs_get_sb()
2090 static int nfs_xdev_get_sb(struct file_system_type *fs_type, int flags, in nfs_xdev_get_sb() argument
2335 static int nfs4_get_sb(struct file_system_type *fs_type, in nfs4_get_sb() argument
2373 s = sget(fs_type, compare_super, nfs_set_super, &sb_mntdata); in nfs4_get_sb()
2444 static int nfs4_xdev_get_sb(struct file_system_type *fs_type, int flags, in nfs4_xdev_get_sb() argument
[all …]
/fs/efs/
Dsuper.c23 static int efs_get_sb(struct file_system_type *fs_type, in efs_get_sb() argument
26 return get_sb_bdev(fs_type, flags, dev_name, data, efs_fill_super, mnt); in efs_get_sb()
/fs/hfs/
Dsuper.c420 static int hfs_get_sb(struct file_system_type *fs_type, in hfs_get_sb() argument
424 return get_sb_bdev(fs_type, flags, dev_name, data, hfs_fill_super, mnt); in hfs_get_sb()
/fs/debugfs/
Dinode.c125 static int debug_get_sb(struct file_system_type *fs_type, in debug_get_sb() argument
129 return get_sb_single(fs_type, flags, data, debug_fill_super, mnt); in debug_get_sb()
/fs/squashfs/
Dsuper.c343 static int squashfs_get_sb(struct file_system_type *fs_type, int flags, in squashfs_get_sb() argument
347 return get_sb_bdev(fs_type, flags, dev_name, data, squashfs_fill_super, in squashfs_get_sb()
/fs/openpromfs/
Dinode.c418 static int openprom_get_sb(struct file_system_type *fs_type, in openprom_get_sb() argument
421 return get_sb_single(fs_type, flags, data, openprom_fill_super, mnt); in openprom_get_sb()
/fs/adfs/
Dsuper.c491 static int adfs_get_sb(struct file_system_type *fs_type, in adfs_get_sb() argument
494 return get_sb_bdev(fs_type, flags, dev_name, data, adfs_fill_super, in adfs_get_sb()

123