squashfs: add xattr id support
[deliverable/linux.git] / fs / squashfs / squashfs.h
index fe2587af5512edc3947622a2e949c53c4fa4d539..133befe2f8b850fca53b2dcdf6785ff70f6eec9c 100644 (file)
@@ -73,6 +73,12 @@ extern struct inode *squashfs_iget(struct super_block *, long long,
                                unsigned int);
 extern int squashfs_read_inode(struct inode *, long long);
 
+/* xattr_id.c */
+extern int squashfs_xattr_lookup(struct super_block *, unsigned int, int *,
+                               int *, long long *);
+extern __le64 *squashfs_read_xattr_id_table(struct super_block *, u64,
+                               u64 *, int *);
+
 /*
  * Inodes, files and decompressor operations
  */
This page took 0.036136 seconds and 5 git commands to generate.