Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dxattr.c82 static struct squashfs_xattr_id *xattr_id_table = NULL; variable
462 xattr_id_table = realloc(xattr_id_table, (xattr_ids + 1) * in get_xattr_id()
464 if(xattr_id_table == NULL) in get_xattr_id()
472 xattr_id = &xattr_id_table[xattr_ids]; in get_xattr_id()
533 SQUASHFS_INSWAP_XATTR_ID(&xattr_id_table[i]); in write_xattrs()
540 xattr_id_table, sizeof(header), &header, noX); in write_xattrs()