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.c85 extern unsigned int xattr_bytes, total_xattr_bytes;
446 total_xattr_bytes += size; in get_xattr_id()
738 stotal_xattr_bytes = total_xattr_bytes; in save_xattrs()
764 total_xattr_bytes = stotal_xattr_bytes; in restore_xattrs()
Dxattr.h74 extern unsigned int xattr_bytes, total_xattr_bytes;
Dmksquashfs.c288 unsigned int xattr_bytes = 0, total_xattr_bytes = 0; variable
4843 sizeof(struct squashfs_super_block) + total_xattr_bytes; in write_filesystem_tables()
4869 if(total_xattr_bytes) { in write_filesystem_tables()
4873 ((float) xattr_bytes / total_xattr_bytes) * 100.0, in write_filesystem_tables()
4874 total_xattr_bytes); in write_filesystem_tables()