Searched refs:xattr_size (Results 1 – 1 of 1) sorted by relevance
75 static unsigned int xattr_size = 0; variable323 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()