squashfs: add support for xattr reading

Add support for listxattr and getxattr.  Also add xattr definitions.

Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
This commit is contained in:
Phillip Lougher
2010-05-17 03:17:04 +01:00
parent 4b5397dc24
commit f41d207cbe
4 changed files with 342 additions and 1 deletions

View File

@@ -26,6 +26,9 @@
struct squashfs_inode_info {
u64 start;
int offset;
u64 xattr;
unsigned int xattr_size;
int xattr_count;
union {
struct {
u64 fragment_block;