Home
last modified time | relevance | path

Searched refs:total_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;
481 total_xattr_bytes += size; in get_xattr_id()
785 stotal_xattr_bytes = total_xattr_bytes; in save_xattrs()
811 total_xattr_bytes = stotal_xattr_bytes; in restore_xattrs()
Dxattr.h74 extern unsigned int xattr_bytes, total_xattr_bytes;
Dmksquashfs.c304 unsigned int xattr_bytes = 0, total_xattr_bytes = 0; variable
5120 sizeof(struct squashfs_super_block) + total_xattr_bytes; in write_filesystem_tables()
5146 if(total_xattr_bytes) { in write_filesystem_tables()
5150 ((float) xattr_bytes / total_xattr_bytes) * 100.0, in write_filesystem_tables()
5151 total_xattr_bytes); in write_filesystem_tables()