Searched refs:xattr_ids (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dxattr_id.c67 u64 *xattr_table_start, int *xattr_ids)
80 *xattr_ids = le32_to_cpu(id_table.xattr_ids);
81 len = SQUASHFS_XATTR_BLOCK_BYTES(*xattr_ids);
66 squashfs_read_xattr_id_table(struct super_block *sb, u64 start, u64 *xattr_table_start, int *xattr_ids) argument
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 Dsquashfs_fs_sb.h77 int xattr_ids; member in struct:squashfs_sb_info
H A Dsquashfs_fs.h455 __le32 xattr_ids; member in struct:squashfs_xattr_id_table
H A Dsuper.c274 xattr_id_table_start, &msblk->xattr_table, &msblk->xattr_ids);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dread_xattrs.c72 static struct squashfs_xattr_id *xattr_ids; variable in typeref:struct:squashfs_xattr_id
196 ids = id_table.xattr_ids;
218 xattr_ids = malloc(bytes);
219 if(xattr_ids == NULL) {
226 ((unsigned char *) xattr_ids) +
274 SQUASHFS_INSWAP_XATTR_ID(&xattr_ids[i]);
283 free(xattr_ids);
305 *count = xattr_ids[i].count;
306 start = SQUASHFS_XATTR_BLK(xattr_ids[i].xattr) + xattr_table_start;
307 offset = SQUASHFS_XATTR_OFFSET(xattr_ids[
[all...]
H A Dxattr.c68 static int xattr_ids = 0; variable
411 xattr_id_table = realloc(xattr_id_table, (xattr_ids + 1) *
423 xattr_id = &xattr_id_table[xattr_ids];
434 xattr_dupl->xattr_id = xattr_ids ++;
447 if(xattr_ids == 0)
484 for(i = 0; i < xattr_ids; i++)
487 header.xattr_ids = xattr_ids;
491 return generic_write_table(xattr_ids * sizeof(struct squashfs_xattr_id),
724 sxattr_ids = xattr_ids;
[all...]
H A Dsquashfs_fs.h486 unsigned int xattr_ids; member in struct:squashfs_xattr_table
H A Dsquashfs_swap.h231 SWAP_FUNC(32, s, d, xattr_ids, struct squashfs_xattr_table);\

Completed in 80 milliseconds