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

  /external/squashfs-tools/squashfs-tools/
xattr.c 85 extern unsigned int xattr_bytes, total_xattr_bytes;
288 if((xattr_size - xattr_bytes) <
297 c_byte = mangle(xattr_table + xattr_bytes + BLOCK_OFFSET,
300 TRACE("Xattr block @ 0x%x, size %d\n", xattr_bytes, c_byte);
301 SQUASHFS_SWAP_SHORTS(&c_byte, xattr_table + xattr_bytes, 1);
302 xattr_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET;
322 *disk = ((long long) xattr_bytes << 16) | cache_bytes;
468 if((xattr_size - xattr_bytes) <
479 c_byte = mangle(xattr_table + xattr_bytes + BLOCK_OFFSET, datap,
481 TRACE("Xattr block @ 0x%x, size %d\n", xattr_bytes, c_byte)
    [all...]
xattr.h 74 extern unsigned int xattr_bytes, total_xattr_bytes;
mksquashfs.c 288 unsigned int xattr_bytes = 0, total_xattr_bytes = 0; variable
    [all...]

Completed in 36 milliseconds