Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dxattr.c105 extern unsigned int xattr_bytes, total_xattr_bytes;
323 if((xattr_size - xattr_bytes) < in get_xattr_space()
332 c_byte = mangle(xattr_table + xattr_bytes + BLOCK_OFFSET, in get_xattr_space()
335 TRACE("Xattr block @ 0x%x, size %d\n", xattr_bytes, c_byte); in get_xattr_space()
336 SQUASHFS_SWAP_SHORTS(&c_byte, xattr_table + xattr_bytes, 1); in get_xattr_space()
337 xattr_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET; in get_xattr_space()
357 *disk = ((long long) xattr_bytes << 16) | cache_bytes; in get_xattr_space()
503 if((xattr_size - xattr_bytes) < in write_xattrs()
514 c_byte = mangle(xattr_table + xattr_bytes + BLOCK_OFFSET, datap, in write_xattrs()
516 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.c304 unsigned int xattr_bytes = 0, total_xattr_bytes = 0; variable
5148 xattr_bytes, xattr_bytes / 1024.0); in write_filesystem_tables()
5150 ((float) xattr_bytes / total_xattr_bytes) * 100.0, in write_filesystem_tables()