Searched refs:file_system_type (Results 1 – 12 of 12) sorted by relevance
54 static struct file_system_type *file_systems;58 static void get_filesystem(struct file_system_type *fs) in get_filesystem()64 static void put_filesystem(struct file_system_type *fs) in put_filesystem()70 static struct file_system_type **find_filesystem(const char *name) in find_filesystem()72 struct file_system_type **p; in find_filesystem()92 int register_filesystem(struct file_system_type * fs) in register_filesystem()95 struct file_system_type ** p; in register_filesystem()124 int unregister_filesystem(struct file_system_type * fs) in unregister_filesystem()126 struct file_system_type ** tmp; in unregister_filesystem()145 struct file_system_type * tmp; in fs_index()[all …]
203 void xfs_dm_init(struct file_system_type *);204 void xfs_dm_exit(struct file_system_type *);
752 struct file_system_type *s_type;995 struct file_system_type { struct1000 struct file_system_type * next; argument1005 struct file_system_type var = { \ argument1027 extern int register_filesystem(struct file_system_type *);1028 extern int unregister_filesystem(struct file_system_type *);1029 extern struct vfsmount *kern_mount(struct file_system_type *);1549 extern struct file_system_type *get_fs_type(const char *name);
355 extern struct file_system_type vfat_fs_type;
39 static struct file_system_type jfs_fs_type;469 static struct file_system_type jfs_fs_type = {
485 static struct super_block *hfsplus_get_sb(struct file_system_type *fs_type, in hfsplus_get_sb()491 static struct file_system_type hfsplus_fs_type = {
196 struct file_system_type *fstype; in presto_read_super()
303 static struct file_system_type hwgfs_fs_type = {
56 extern struct file_system_type coda_fs_type;
110 describing the filesystem implementation (struct file_system_type)126 struct file_system_type <section>132 struct file_system_type {136 struct file_system_type * next;
121 --------------------------- file_system_type ---------------------------
985 STATIC struct file_system_type xfs_fs_type = {