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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dxattr.c90 extern unsigned int xattr_bytes, total_xattr_bytes;
264 if((xattr_size - xattr_bytes) <
274 c_byte = mangle(xattr_table + xattr_bytes + BLOCK_OFFSET,
277 TRACE("Xattr block @ 0x%x, size %d\n", xattr_bytes, c_byte);
278 SQUASHFS_SWAP_SHORTS(&c_byte, xattr_table + xattr_bytes, 1);
279 xattr_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET;
300 *disk = ((long long) xattr_bytes << 16) | cache_bytes;
454 if((xattr_size - xattr_bytes) <
466 c_byte = mangle(xattr_table + xattr_bytes + BLOCK_OFFSET, datap,
468 TRACE("Xattr block @ 0x%x, size %d\n", xattr_bytes, c_byt
[all...]
H A Dxattr.h72 extern unsigned int xattr_bytes, total_xattr_bytes;
H A Dmksquashfs.c390 unsigned int xattr_bytes = 0, total_xattr_bytes = 0; variable
5383 xattr_bytes, xattr_bytes / 1024.0);
5385 ((float) xattr_bytes / total_xattr_bytes) * 100.0,

Completed in 47 milliseconds