]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/exofs/exofs.h
exofs: file and file_inode operations
[net-next-2.6.git] / fs / exofs / exofs.h
index 365376d3f72d0051b10c827f68c48f103ad11268..a735258c7364ad9d96a0a1e69a11244edb1027d1 100644 (file)
@@ -124,4 +124,18 @@ static inline struct exofs_i_info *exofs_i(struct inode *inode)
        return container_of(inode, struct exofs_i_info, vfs_inode);
 }
 
+/*************************
+ * function declarations *
+ *************************/
+/* inode.c               */
+void exofs_truncate(struct inode *inode);
+int exofs_setattr(struct dentry *, struct iattr *);
+
+/*********************
+ * operation vectors *
+ *********************/
+/* file.c            */
+extern const struct inode_operations exofs_file_inode_operations;
+extern const struct file_operations exofs_file_operations;
+
 #endif