Searched refs:fs_type (Results 1 - 25 of 86) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfs_uart_pd.h52 char fs_type[4]; /* controller type */ member in struct:fs_uart_platform_info
65 if(strstr(fpi->fs_type, "SMC"))
67 if(strstr(fpi->fs_type, "SCC"))
H A Dramfs.h5 extern int ramfs_get_sb(struct file_system_type *fs_type,
H A Dfs_enet_pd.h118 char fs_type[4]; /* controller type */ member in struct:fs_platform_info
157 if(strstr(fpi->fs_type, "SCC"))
159 if(strstr(fpi->fs_type, "FCC"))
161 if(strstr(fpi->fs_type, "FEC"))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs/
H A Dinit.c17 static int autofs_get_sb(struct file_system_type *fs_type, argument
20 return get_sb_nodev(fs_type, flags, data, autofs_fill_super, mnt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs4/
H A Dinit.c17 static int autofs_get_sb(struct file_system_type *fs_type, argument
20 return get_sb_nodev(fs_type, flags, data, autofs4_fill_super, mnt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Dsuper.h21 extern int get_sb_mtd(struct file_system_type *fs_type, int flags,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/
H A Dmtdsuper.c53 static int get_sb_mtd_aux(struct file_system_type *fs_type, int flags, argument
62 sb = sget(fs_type, get_sb_mtd_compare, get_sb_mtd_set, mtd);
101 static int get_sb_mtd_nr(struct file_system_type *fs_type, int flags, argument
114 return get_sb_mtd_aux(fs_type, flags, dev_name, data, mtd, fill_super,
121 int get_sb_mtd(struct file_system_type *fs_type, int flags, argument
151 fs_type, flags,
172 return get_sb_mtd_nr(fs_type, flags,
206 return get_sb_mtd_nr(fs_type, flags, dev_name, data, mtdnr, fill_super,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/
H A Dinode.c136 static int get_sb(struct file_system_type *fs_type, argument
140 return get_sb_single(fs_type, flags, data, fill_super, mnt);
143 static struct file_system_type fs_type = { variable in typeref:struct:file_system_type
225 error = simple_pin_fs(&fs_type, &mount, &mount_count);
329 retval = register_filesystem(&fs_type);
338 unregister_filesystem(&fs_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/configfs/
H A Dmount.c106 static int configfs_get_sb(struct file_system_type *fs_type, argument
109 return get_sb_single(fs_type, flags, data, configfs_fill_super, mnt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysfs/
H A Dmount.c79 static int sysfs_get_sb(struct file_system_type *fs_type, argument
82 return get_sb_single(fs_type, flags, data, sysfs_fill_super, mnt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ramfs/
H A Dinode.c186 int ramfs_get_sb(struct file_system_type *fs_type, argument
189 return get_sb_nodev(fs_type, flags, data, ramfs_fill_super, mnt);
192 static int rootfs_get_sb(struct file_system_type *fs_type, argument
195 return get_sb_nodev(fs_type, flags|MS_NOUSER, data, ramfs_fill_super,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Danon_inodes.c28 static int anon_inodefs_get_sb(struct file_system_type *fs_type, int flags, argument
32 return get_sb_pseudo(fs_type, "anon_inode:", NULL, ANON_INODE_FS_MAGIC,
H A Dsuper.c204 * had just found a superblock in super_blocks or fs_type->fs_supers
736 int get_sb_bdev(struct file_system_type *fs_type, argument
745 bdev = open_bdev_excl(dev_name, flags, fs_type);
755 s = sget(fs_type, test_bdev_super, set_bdev_super, bdev);
809 int get_sb_nodev(struct file_system_type *fs_type, argument
815 struct super_block *s = sget(fs_type, NULL, set_anon_super, NULL);
839 int get_sb_single(struct file_system_type *fs_type, argument
847 s = sget(fs_type, compare_single, set_anon_super, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Droot.c26 static int proc_get_sb(struct file_system_type *fs_type, argument
40 return get_sb_single(fs_type, flags, data, proc_fill_super, mnt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/freevxfs/
H A Dvxfs_super.c245 static int vxfs_get_sb(struct file_system_type *fs_type, argument
248 return get_sb_bdev(fs_type, flags, dev_name, data, vxfs_fill_super,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dsuper.c65 static int nfs_xdev_get_sb(struct file_system_type *fs_type,
97 static int nfs4_get_sb(struct file_system_type *fs_type,
99 static int nfs4_xdev_get_sb(struct file_system_type *fs_type,
101 static int nfs4_referral_get_sb(struct file_system_type *fs_type,
610 static int nfs_get_sb(struct file_system_type *fs_type, argument
633 s = sget(fs_type, nfs_compare_super, nfs_set_super, server);
686 static int nfs_xdev_get_sb(struct file_system_type *fs_type, int flags, argument
799 static int nfs4_get_sb(struct file_system_type *fs_type, argument
883 s = sget(fs_type, nfs_compare_super, nfs_set_super, server);
944 static int nfs4_xdev_get_sb(struct file_system_type *fs_type, in argument
1010 nfs4_referral_get_sb(struct file_system_type *fs_type, int flags, const char *dev_name, void *raw_data, struct vfsmount *mnt) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dmke2fs.c116 static void set_fs_defaults(const char *fs_type, argument
129 if (!fs_type)
130 fs_type = default_str;
132 if ((strcmp(p->type, fs_type) != 0) &&
804 const char * fs_type = 0; local
958 fs_type = optarg;
1032 if (!fs_type)
1033 fs_type = "journal";
1118 set_fs_defaults(fs_type, &param, blocksize, sector_size, &inode_ratio);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/capi/
H A Dcapifs.c123 static int capifs_get_sb(struct file_system_type *fs_type, argument
126 return get_sb_single(fs_type, flags, data, capifs_fill_super, mnt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dvfs_super.c97 * @fs_type: file system type
105 static int v9fs_get_sb(struct file_system_type *fs_type, int flags, argument
134 sb = sget(fs_type, NULL, v9fs_set_super, v9ses);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/coda/
H A Dinode.c307 static int coda_get_sb(struct file_system_type *fs_type, argument
310 return get_sb_nodev(fs_type, flags, data, coda_fill_super, mnt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/debugfs/
H A Dinode.c133 static int debug_get_sb(struct file_system_type *fs_type, argument
137 return get_sb_single(fs_type, flags, data, debug_fill_super, mnt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/devpts/
H A Dinode.c133 static int devpts_get_sb(struct file_system_type *fs_type, argument
136 return get_sb_single(fs_type, flags, data, devpts_fill_super, mnt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/oprofile/
H A Doprofilefs.c274 static int oprofilefs_get_sb(struct file_system_type *fs_type, argument
277 return get_sb_single(fs_type, flags, data, oprofilefs_fill_super, mnt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fuse/
H A Dcontrol.c186 static int fuse_ctl_get_sb(struct file_system_type *fs_type, int flags, argument
190 return get_sb_single(fs_type, flags, raw_data,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dsuper.c115 static int jffs2_get_sb(struct file_system_type *fs_type, argument
119 return get_sb_mtd(fs_type, flags, dev_name, data, jffs2_fill_super,

Completed in 147 milliseconds

1234