Searched refs:id_table (Results 1 - 4 of 4) sorted by relevance

/fs/squashfs/
H A Dxattr_id.c70 struct squashfs_xattr_id_table *id_table; local
72 id_table = squashfs_read_table(sb, start, sizeof(*id_table));
73 if (IS_ERR(id_table))
74 return (__le64 *) id_table;
76 *xattr_table_start = le64_to_cpu(id_table->xattr_table_start);
77 *xattr_ids = le32_to_cpu(id_table->xattr_ids);
78 kfree(id_table);
94 return squashfs_read_table(sb, start + sizeof(*id_table), len);
H A Dsquashfs_fs_sb.h64 __le64 *id_table; member in struct:squashfs_sb_info
H A Did.c51 u64 start_block = le64_to_cpu(msblk->id_table[block]);
H A Dsuper.c246 msblk->id_table = squashfs_read_id_index_table(sb,
249 if (IS_ERR(msblk->id_table)) {
251 err = PTR_ERR(msblk->id_table);
252 msblk->id_table = NULL;
255 next_table = le64_to_cpu(msblk->id_table[0]);
344 kfree(msblk->id_table);
390 kfree(sbi->id_table);

Completed in 49 milliseconds