HomeSort by relevance Sort by last modified time
    Searched refs:xattr_ids (Results 1 - 4 of 4) sorted by null

  /external/squashfs-tools/squashfs-tools/
read_xattrs.c 58 static struct squashfs_xattr_id *xattr_ids; variable in typeref:struct:squashfs_xattr_id
177 ids = id_table.xattr_ids;
197 xattr_ids = malloc(bytes);
198 if(xattr_ids == NULL)
205 ((unsigned char *) xattr_ids) +
262 SQUASHFS_INSWAP_XATTR_ID(&xattr_ids[i]);
271 free(xattr_ids);
321 *count = xattr_ids[i].count;
322 start = SQUASHFS_XATTR_BLK(xattr_ids[i].xattr) + xattr_table_start;
323 offset = SQUASHFS_XATTR_OFFSET(xattr_ids[i].xattr)
    [all...]
xattr.c 83 static int xattr_ids = 0; variable
462 xattr_id_table = realloc(xattr_id_table, (xattr_ids + 1) *
472 xattr_id = &xattr_id_table[xattr_ids];
483 xattr_dupl->xattr_id = xattr_ids ++;
496 if(xattr_ids == 0)
532 for(i = 0; i < xattr_ids; i++)
535 header.xattr_ids = xattr_ids;
539 return generic_write_table(xattr_ids * sizeof(struct squashfs_xattr_id),
800 sxattr_ids = xattr_ids;
    [all...]
squashfs_fs.h 487 unsigned int xattr_ids; member in struct:squashfs_xattr_table
squashfs_swap.h 231 SWAP_FUNC(32, s, d, xattr_ids, struct squashfs_xattr_table);\

Completed in 136 milliseconds