Home
last modified time | relevance | path

Searched refs:xattr_bytes (Results 1 – 3 of 3) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dxattr.c85 extern unsigned int xattr_bytes, total_xattr_bytes;
288 if((xattr_size - xattr_bytes) < in get_xattr_space()
297 c_byte = mangle(xattr_table + xattr_bytes + BLOCK_OFFSET, in get_xattr_space()
300 TRACE("Xattr block @ 0x%x, size %d\n", xattr_bytes, c_byte); in get_xattr_space()
301 SQUASHFS_SWAP_SHORTS(&c_byte, xattr_table + xattr_bytes, 1); in get_xattr_space()
302 xattr_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET; in get_xattr_space()
322 *disk = ((long long) xattr_bytes << 16) | cache_bytes; in get_xattr_space()
468 if((xattr_size - xattr_bytes) < in write_xattrs()
479 c_byte = mangle(xattr_table + xattr_bytes + BLOCK_OFFSET, datap, in write_xattrs()
481 TRACE("Xattr block @ 0x%x, size %d\n", xattr_bytes, c_byte); in write_xattrs()
[all …]
Dxattr.h74 extern unsigned int xattr_bytes, total_xattr_bytes;
Dmksquashfs.c288 unsigned int xattr_bytes = 0, total_xattr_bytes = 0; variable
4871 xattr_bytes, xattr_bytes / 1024.0); in write_filesystem_tables()
4873 ((float) xattr_bytes / total_xattr_bytes) * 100.0, in write_filesystem_tables()