Searched refs:xattr_table (Results 1 – 1 of 1) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | xattr.c | 54 static char *xattr_table = NULL; variable 290 xattr_table = realloc(xattr_table, xattr_size + in get_xattr_space() 292 if(xattr_table == NULL) in get_xattr_space() 297 c_byte = mangle(xattr_table + xattr_bytes + BLOCK_OFFSET, in get_xattr_space() 301 SQUASHFS_SWAP_SHORTS(&c_byte, xattr_table + xattr_bytes, 1); in get_xattr_space() 470 xattr_table = realloc(xattr_table, xattr_size + in write_xattrs() 472 if(xattr_table == NULL) in write_xattrs() 479 c_byte = mangle(xattr_table + xattr_bytes + BLOCK_OFFSET, datap, in write_xattrs() 482 SQUASHFS_SWAP_SHORTS(&c_byte, xattr_table + xattr_bytes, 1); in write_xattrs() 491 write_destination(fd, bytes, xattr_bytes, xattr_table); in write_xattrs()
|