[PATCH] NFSv4: Add {get,set,list}xattr methods for nfs4
[linux-2.6-block.git] / fs / nfs / nfs4_fs.h
index 85cf3bd3692126dd40fc6d91b4f92fc50c9a849b..d71f416bd9e57bd4f38da5a83754afdc944081ba 100644 (file)
@@ -176,6 +176,13 @@ struct nfs4_state_recovery_ops {
 
 extern struct dentry_operations nfs4_dentry_operations;
 extern struct inode_operations nfs4_dir_inode_operations;
+extern struct inode_operations nfs4_file_inode_operations;
+
+/* inode.c */
+extern ssize_t nfs4_getxattr(struct dentry *, const char *, void *, size_t);
+extern int nfs4_setxattr(struct dentry *, const char *, const void *, size_t, int);
+extern ssize_t nfs4_listxattr(struct dentry *, char *, size_t);
+
 
 /* nfs4proc.c */
 extern int nfs4_map_errors(int err);