Home
last modified time | relevance | path

Searched refs:xattr_size (Results 1 – 1 of 1) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dxattr.c75 static unsigned int xattr_size = 0; variable
323 if((xattr_size - xattr_bytes) < in get_xattr_space()
325 xattr_table = realloc(xattr_table, xattr_size + in get_xattr_space()
329 xattr_size += (SQUASHFS_METADATA_SIZE << 1) + 2; in get_xattr_space()
503 if((xattr_size - xattr_bytes) < in write_xattrs()
505 xattr_table = realloc(xattr_table, xattr_size + in write_xattrs()
509 xattr_size += (SQUASHFS_METADATA_SIZE << 1) + 2; in write_xattrs()