summaryrefslogtreecommitdiffstats
path: root/include/linux/xia_fs.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1995-11-14 08:00:00 +0000
committer <ralf@linux-mips.org>1995-11-14 08:00:00 +0000
commite7c2a72e2680827d6a733931273a93461c0d8d1b (patch)
treec9abeda78ef7504062bb2e816bcf3e3c9d680112 /include/linux/xia_fs.h
parentec6044459060a8c9ce7f64405c465d141898548c (diff)
Import of Linux/MIPS 1.3.0
Diffstat (limited to 'include/linux/xia_fs.h')
-rw-r--r--include/linux/xia_fs.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/linux/xia_fs.h b/include/linux/xia_fs.h
index 47f3e3f16..908360976 100644
--- a/include/linux/xia_fs.h
+++ b/include/linux/xia_fs.h
@@ -62,6 +62,8 @@ struct xiafs_direct {
char d_name[_XIAFS_NAME_LEN+1];
};
+#ifdef __KERNEL__
+
extern int xiafs_lookup(struct inode * dir,const char * name, int len,
struct inode ** result);
extern int xiafs_create(struct inode * dir,const char * name, int len, int mode,
@@ -96,7 +98,7 @@ extern struct super_block *xiafs_read_super(struct super_block *,void *,int);
extern void xiafs_read_inode(struct inode *);
extern void xiafs_write_inode(struct inode *);
extern void xiafs_put_inode(struct inode *);
-extern void xiafs_statfs(struct super_block *, struct statfs *);
+extern void xiafs_statfs(struct super_block *, struct statfs *, int);
extern int xiafs_sync_inode(struct inode *);
extern int xiafs_sync_file(struct inode *, struct file *);
@@ -104,6 +106,8 @@ extern struct inode_operations xiafs_file_inode_operations;
extern struct inode_operations xiafs_dir_inode_operations;
extern struct inode_operations xiafs_symlink_inode_operations;
+#endif /* __KERNEL__ */
+
#endif /* _XIA_FS_H */