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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dsquashfs_fs_sb.h64 __le64 *xattr_id_table; member in struct:squashfs_sb_info
H A Dxattr_id.c47 u64 start_block = le64_to_cpu(msblk->xattr_id_table[block]);
H A Dsuper.c273 msblk->xattr_id_table = squashfs_read_xattr_id_table(sb,
275 if (IS_ERR(msblk->xattr_id_table)) {
276 err = PTR_ERR(msblk->xattr_id_table);
277 msblk->xattr_id_table = NULL;
316 kfree(msblk->xattr_id_table);
369 kfree(sbi->xattr_id_table);
H A Dxattr.c53 if (msblk->xattr_id_table == NULL)
H A Dinode.c401 if (xattr_id != SQUASHFS_INVALID_XATTR && msblk->xattr_id_table) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dxattr.c67 static struct squashfs_xattr_id *xattr_id_table = NULL; variable in typeref:struct:squashfs_xattr_id
411 xattr_id_table = realloc(xattr_id_table, (xattr_ids + 1) *
413 if(xattr_id_table == NULL) {
414 ERROR("Out of memory in xattr_id_table reallocation!\n");
423 xattr_id = &xattr_id_table[xattr_ids];
485 SQUASHFS_INSWAP_XATTR_ID(&xattr_id_table[i]);
492 xattr_id_table, sizeof(header), &header, noX);

Completed in 77 milliseconds