Home
last modified time | relevance | path

Searched refs:file_system_type (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/fs/
Dsuper.c54 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 …]
/linux-2.4.37.9/fs/xfs/
Dxfs_dmapi.h203 void xfs_dm_init(struct file_system_type *);
204 void xfs_dm_exit(struct file_system_type *);
/linux-2.4.37.9/include/linux/
Dfs.h752 struct file_system_type *s_type;
995 struct file_system_type { struct
1000 struct file_system_type * next; argument
1005 struct file_system_type var = { \ argument
1027 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);
Dmsdos_fs.h355 extern struct file_system_type vfat_fs_type;
/linux-2.4.37.9/fs/jfs/
Dsuper.c39 static struct file_system_type jfs_fs_type;
469 static struct file_system_type jfs_fs_type = {
/linux-2.4.37.9/fs/hfsplus/
Dsuper.c485 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 = {
/linux-2.4.37.9/fs/intermezzo/
Dsuper.c196 struct file_system_type *fstype; in presto_read_super()
/linux-2.4.37.9/arch/ia64/sn/io/hwgfs/
Dramfs.c303 static struct file_system_type hwgfs_fs_type = {
/linux-2.4.37.9/fs/coda/
Dpsdev.c56 extern struct file_system_type coda_fs_type;
/linux-2.4.37.9/Documentation/filesystems/
Dvfs.txt110 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;
DLocking121 --------------------------- file_system_type ---------------------------
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_super.c985 STATIC struct file_system_type xfs_fs_type = {