Searched refs:total_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.h72 extern unsigned int xattr_bytes, total_xattr_bytes;
H A Dxattr.c90 extern unsigned int xattr_bytes, total_xattr_bytes;
432 total_xattr_bytes += size;
709 stotal_xattr_bytes = total_xattr_bytes;
741 total_xattr_bytes = stotal_xattr_bytes;
H A Dmksquashfs.c390 unsigned int xattr_bytes = 0, total_xattr_bytes = 0; variable
5355 sizeof(struct squashfs_super_block) + total_xattr_bytes;
5381 if(total_xattr_bytes) {
5385 ((float) xattr_bytes / total_xattr_bytes) * 100.0,
5386 total_xattr_bytes);

Completed in 193 milliseconds