Home | History | Annotate | Download | only in squashfs-tools

Lines Matching refs:inode_table

60 char *inode_table = NULL, *directory_table = NULL;
783 inode_table = realloc(inode_table, size +=
785 if(inode_table == NULL) {
793 res = read_block(fd, start, &start, 0, inode_table + bytes);
819 free(inode_table);