Searched defs:total_xattr_bytes (Results 1 - 1 of 1) sorted by relevance

/external/squashfs-tools/squashfs-tools/
H A Dmksquashfs.c298 unsigned int xattr_bytes = 0, total_xattr_bytes = 0; variable
4925 sizeof(struct squashfs_super_block) + total_xattr_bytes;
4951 if(total_xattr_bytes) {
4955 ((float) xattr_bytes / total_xattr_bytes) * 100.0,
4956 total_xattr_bytes);

Completed in 283 milliseconds