Searched refs:directory_table (Results 1 - 11 of 11) 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.h71 u64 directory_table; member in struct:squashfs_sb_info
H A Ddir.c91 msblk->directory_table;
107 u64 block = squashfs_i(inode)->start + msblk->directory_table;
H A Dnamei.c119 msblk->directory_table;
145 u64 block = squashfs_i(dir)->start + msblk->directory_table;
245 squashfs_i(dir)->start + msblk->directory_table,
H A Dsuper.c175 msblk->directory_table = le64_to_cpu(sblk->directory_table_start);
190 TRACE("sblk->directory_table_start %llx\n", msblk->directory_table);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dread_fs.c498 unsigned char *directory_table = NULL; local
504 directory_table = malloc((size + SQUASHFS_METADATA_SIZE * 2 - 1) &
506 if(directory_table == NULL)
512 byte = read_block(fd, start, &start, directory_table + bytes);
514 free(directory_table);
525 SQUASHFS_SWAP_DIR_HEADER(&dirh, directory_table + bytes);
533 SQUASHFS_SWAP_DIR_ENTRY(dire, directory_table + bytes);
536 memcpy(dire->name, directory_table + bytes,
553 return directory_table;
717 unsigned char *inode_table = NULL, *directory_table; local
[all...]
H A Dunsquash-1.c245 memcpy(&sdirh, directory_table + bytes, sizeof(sdirh));
248 memcpy(&dirh, directory_table + bytes, sizeof(dirh));
258 memcpy(&sdire, directory_table + bytes,
262 memcpy(dire, directory_table + bytes,
266 memcpy(dire->name, directory_table + bytes,
H A Dunsquash-3.c318 memcpy(&sdirh, directory_table + bytes, sizeof(sdirh));
321 memcpy(&dirh, directory_table + bytes, sizeof(dirh));
331 memcpy(&sdire, directory_table + bytes,
335 memcpy(dire, directory_table + bytes,
339 memcpy(dire->name, directory_table + bytes,
H A Dunsquash-4.c286 SQUASHFS_SWAP_DIR_HEADER(&dirh, directory_table + bytes);
294 SQUASHFS_SWAP_DIR_ENTRY(dire, directory_table + bytes);
298 memcpy(dire->name, directory_table + bytes,
H A Dunsquashfs.h255 extern char *inode_table, *directory_table;
H A Dunsquashfs.c49 char *inode_table = NULL, *directory_table = NULL; variable
996 directory_table = realloc(directory_table, size +=
998 if(directory_table == NULL)
1005 res = read_block(fd, start, &start, directory_table + bytes);
H A Dmksquashfs.c146 char *directory_table = NULL; variable
778 memcpy(directory_table + directory_bytes, sdirectory_compressed,
1084 void *dt = realloc(directory_table,
1092 directory_table = dt;
1096 c_byte = mangle(directory_table + directory_bytes +
1102 directory_table + directory_bytes, 1);
1109 write_destination(fd, bytes, directory_bytes, directory_table);
1645 void *dt = realloc(directory_table,
1652 directory_table = dt;
1655 c_byte = mangle(directory_table
[all...]

Completed in 64 milliseconds