/external/squashfs-tools/squashfs-tools/ |
unsquash-1.c | 213 int dir_count, size; local 226 dir->dir_count = 0; 261 dir_count = dirh.count + 1; 263 "%d, %d directory entries\n", bytes, dir_count); 266 /* dir_count should never be larger than 256 */ 267 if(dir_count > 256) 270 while(dir_count--) { 291 if((dir->dir_count % DIR_ENT_SIZE) == 0) { 292 new_dir = realloc(dir->dirs, (dir->dir_count + 299 strcpy(dir->dirs[dir->dir_count].name, dire->name) [all...] |
unsquash-3.c | 290 int dir_count, size; local 303 dir->dir_count = 0; 339 dir_count = dirh.count + 1; 341 "%d, %d directory entries\n", bytes, dir_count); 344 /* dir_count should never be larger than 256 */ 345 if(dir_count > 256) 348 while(dir_count--) { 369 if((dir->dir_count % DIR_ENT_SIZE) == 0) { 370 new_dir = realloc(dir->dirs, (dir->dir_count + 377 strcpy(dir->dirs[dir->dir_count].name, dire->name) [all...] |
unsquash-4.c | 259 int dir_count, size; local 272 dir->dir_count = 0; 303 dir_count = dirh.count + 1; 305 "%d, %d directory entries\n", bytes, dir_count); 308 /* dir_count should never be larger than 256 */ 309 if(dir_count > 256) 312 while(dir_count--) { 327 if((dir->dir_count % DIR_ENT_SIZE) == 0) { 328 new_dir = realloc(dir->dirs, (dir->dir_count + 335 strcpy(dir->dirs[dir->dir_count].name, dire->name) [all...] |
read_fs.c | 126 int *dev_count, int *dir_count, int *fifo_count, int *sock_count, 391 (*dir_count) ++; 408 (*dir_count) ++; 634 int byte, bytes = 0, dir_count; local 669 dir_count = dirh.count + 1; 671 "0x%x, 0x%x directory entries\n", bytes, dir_count); 674 while(dir_count--) { 861 int *file_count, int *sym_count, int *dev_count, int *dir_count, 901 dir_count, fifo_count, sock_count, id_table);
|
unsquashfs.h | 178 int dir_count; member in struct:dir
|
mksquashfs.c | 117 int file_count = 0, sym_count = 0, dev_count = 0, dir_count = 0, fifo_count = 0, variable 398 dir_count = sdir_count; [all...] |
unsquashfs.c | 53 int bytes = 0, swap, file_count = 0, dir_count = 0, sym_count = 0, variable 1233 if(dir->cur_entry == dir->dir_count) [all...] |
/external/squashfs-tools/kernel/fs/squashfs/ |
dir.c | 109 int offset = squashfs_i(inode)->offset, length = 0, dir_count, size, local 175 dir_count = le32_to_cpu(dirh.count) + 1; 176 while (dir_count--) {
|
namei.c | 146 int err, length = 0, dir_count, size; local 177 dir_count = le32_to_cpu(dirh.count) + 1; 178 while (dir_count--) {
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
squashfs2_0.c | 532 dir_count; local 566 dir_count = dirh.count + 1; 567 while (dir_count--) { 639 dir_count; local 676 dir_count = dirh.count + 1; 677 while (dir_count--) {
|
inode.c | 1741 dir_count; local 1876 dir_count; local [all...] |
/external/e2fsprogs/lib/blkid/ |
probe.h | 531 __u32 dir_count; member in struct:hfs_mdb
|