Searched refs:xattr_table (Results 1 – 1 of 1) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | xattr.c | 74 static char *xattr_table = NULL; variable 325 xattr_table = realloc(xattr_table, xattr_size + in get_xattr_space() 327 if(xattr_table == NULL) in get_xattr_space() 332 c_byte = mangle(xattr_table + xattr_bytes + BLOCK_OFFSET, in get_xattr_space() 336 SQUASHFS_SWAP_SHORTS(&c_byte, xattr_table + xattr_bytes, 1); in get_xattr_space() 505 xattr_table = realloc(xattr_table, xattr_size + in write_xattrs() 507 if(xattr_table == NULL) in write_xattrs() 514 c_byte = mangle(xattr_table + xattr_bytes + BLOCK_OFFSET, datap, in write_xattrs() 517 SQUASHFS_SWAP_SHORTS(&c_byte, xattr_table + xattr_bytes, 1); in write_xattrs() 526 write_destination(fd, bytes, xattr_bytes, xattr_table); in write_xattrs()
|