Searched refs:directory_table (Results 1 - 12 of 12) sorted by relevance

/external/squashfs-tools/kernel/fs/squashfs/
H A Dsquashfs_fs_sb.h70 u64 directory_table; member in struct:squashfs_sb_info
H A Dnamei.c118 msblk->directory_table;
144 u64 block = squashfs_i(dir)->start + msblk->directory_table;
232 squashfs_i(dir)->start + msblk->directory_table,
H A Ddir.c92 msblk->directory_table;
108 u64 block = squashfs_i(inode)->start + msblk->directory_table;
H A Dsuper.c169 msblk->directory_table = le64_to_cpu(sblk->directory_table_start);
184 TRACE("sblk->directory_table_start %llx\n", msblk->directory_table);
/external/squashfs-tools/kernel/include/linux/
H A Dsquashfs_fs_sb.h70 long long directory_table; member in struct:squashfs_sb_info
/external/squashfs-tools/squashfs-tools/
H A Dunsquash-1.c256 memcpy(&sdirh, directory_table + bytes, sizeof(sdirh));
259 memcpy(&dirh, directory_table + bytes, sizeof(dirh));
273 memcpy(&sdire, directory_table + bytes,
277 memcpy(dire, directory_table + bytes,
285 memcpy(dire->name, directory_table + bytes,
H A Dread_fs.c633 unsigned char *directory_table = NULL; local
639 directory_table = malloc((size + SQUASHFS_METADATA_SIZE * 2 - 1) &
641 if(directory_table == NULL)
652 byte = read_block(fd, start, &start, expected, directory_table + bytes);
656 free(directory_table);
667 SQUASHFS_SWAP_DIR_HEADER(directory_table + bytes, &dirh);
675 SQUASHFS_SWAP_DIR_ENTRY(directory_table + bytes, dire);
678 memcpy(dire->name, directory_table + bytes,
695 return directory_table;
870 unsigned char *inode_table = NULL, *directory_table local
[all...]
H A Dunsquash-3.c334 memcpy(&sdirh, directory_table + bytes, sizeof(sdirh));
337 memcpy(&dirh, directory_table + bytes, sizeof(dirh));
351 memcpy(&sdire, directory_table + bytes,
355 memcpy(dire, directory_table + bytes,
363 memcpy(dire->name, directory_table + bytes,
H A Dunsquash-4.c301 SQUASHFS_SWAP_DIR_HEADER(directory_table + bytes, &dirh);
313 SQUASHFS_SWAP_DIR_ENTRY(directory_table + bytes, dire);
321 memcpy(dire->name, directory_table + bytes,
H A Dunsquashfs.h233 extern char *inode_table, *directory_table;
H A Dmksquashfs.c134 char *directory_table = NULL; variable
398 memcpy(directory_table + directory_bytes, sdirectory_compressed,
643 void *dt = realloc(directory_table,
649 directory_table = dt;
653 c_byte = mangle(directory_table + directory_bytes +
659 directory_table + directory_bytes, 1);
666 write_destination(fd, bytes, directory_bytes, directory_table);
1306 void *dt = realloc(directory_table,
1312 directory_table = dt;
1315 c_byte = mangle(directory_table
[all...]
H A Dunsquashfs.c60 char *inode_table = NULL, *directory_table = NULL; variable
1193 directory_table = realloc(directory_table, size +=
1195 if(directory_table == NULL) {
1204 res = read_block(fd, start, &start, 0, directory_table + bytes);
1230 free(directory_table);

Completed in 390 milliseconds