Searched refs:xattr_table_start (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dxattr.h31 u64 start, u64 *xattr_table_start, int *xattr_ids)
30 squashfs_read_xattr_id_table(struct super_block *sb, u64 start, u64 *xattr_table_start, int *xattr_ids) argument
H A Dxattr_id.c67 u64 *xattr_table_start, int *xattr_ids)
79 *xattr_table_start = le64_to_cpu(id_table.xattr_table_start);
66 squashfs_read_xattr_id_table(struct super_block *sb, u64 start, u64 *xattr_table_start, int *xattr_ids) argument
H A Dsquashfs_fs.h454 __le64 xattr_table_start; member in struct:squashfs_xattr_id_table
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dread_xattrs.c74 static long long xattr_table_start; variable
197 xattr_table_start = id_table.xattr_table_start;
245 start = xattr_table_start;
306 start = SQUASHFS_XATTR_BLK(xattr_ids[i].xattr) + xattr_table_start;
342 start = SQUASHFS_XATTR_BLK(xattr) + xattr_table_start;
H A Dsquashfs_fs.h485 long long xattr_table_start; member in struct:squashfs_xattr_table
H A Dxattr.c488 header.xattr_table_start = start_bytes;
H A Dsquashfs_swap.h230 SWAP_FUNC(64, s, d, xattr_table_start, struct squashfs_xattr_table);\

Completed in 170 milliseconds