Searched refs:dir_count (Results 1 - 13 of 13) sorted by relevance

/external/squashfs-tools/squashfs-tools/
H A Dunsquash-1.c213 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]
[all...]
H A Dunsquash-3.c290 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]
[all...]
H A Dunsquash-4.c259 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]
[all...]
H A Dread_fs.c126 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);
120 scan_inode_table(int fd, long long start, long long end, long long root_inode_start, int root_inode_offset, struct squashfs_super_block *sBlk, union squashfs_inode_header *dir_inode, unsigned char **inode_table, unsigned int *root_inode_block, unsigned int *root_inode_size, long long *uncompressed_file, unsigned int *uncompressed_directory, int *file_count, int *sym_count, int *dev_count, int *dir_count, int *fifo_count, int *sock_count, unsigned int *id_table) argument
856 read_filesystem(char *root_name, int fd, struct squashfs_super_block *sBlk, char **cinode_table, char **data_cache, char **cdirectory_table, char **directory_data_cache, unsigned int *last_directory_block, unsigned int *inode_dir_offset, unsigned int *inode_dir_file_size, unsigned int *root_inode_size, unsigned int *inode_dir_start_block, int *file_count, int *sym_count, int *dev_count, int *dir_count, int *fifo_count, int *sock_count, long long *uncompressed_file, unsigned int *uncompressed_inode, unsigned int *uncompressed_directory, unsigned int *inode_dir_inode_number, unsigned int *inode_dir_parent_inode, void (push_directory_entry)(char *, squashfs_inode, int, int), struct squashfs_fragment_entry **fragment_table, squashfs_inode **inode_lookup_table) argument
H A Dunsquashfs.h182 int dir_count; member in struct:dir
H A Dunsquashfs.c58 int bytes = 0, swap, file_count = 0, dir_count = 0, sym_count = 0, variable
1238 if(dir->cur_entry == dir->dir_count)
1627 dir_count ++;
2813 printf("created %d directories\n", dir_count);
H A Dmksquashfs.c126 int file_count = 0, sym_count = 0, dev_count = 0, dir_count = 0, fifo_count = 0, variable
407 dir_count = sdir_count;
1366 dir_count ++;
4969 printf("Number of directories %d\n", dir_count);
6112 &file_count, &sym_count, &dev_count, &dir_count,
6169 sdir_count = dir_count + 1;
6203 dir_count ++;
6223 inode_count = file_count + dir_count + sym_count + dev_count +
/external/squashfs-tools/kernel/fs/squashfs/
H A Ddir.c109 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--) {
H A Dnamei.c146 int err, length = 0, dir_count, size; local
177 dir_count = le32_to_cpu(dirh.count) + 1;
178 while (dir_count--) {
/external/autotest/client/virt/
H A Drss_client.py407 dir_count = 0
431 dir_count += 1
437 if not file_count and not dir_count:
/external/squashfs-tools/kernel-2.4/fs/squashfs/
H A Dsquashfs2_0.c532 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--) {
H A Dinode.c1741 dir_count; local
1802 dir_count = dirh.count + 1;
1803 while (dir_count--) {
1876 dir_count; local
1912 dir_count = dirh.count + 1;
1913 while (dir_count--) {
/external/e2fsprogs/lib/blkid/
H A Dprobe.h531 __u32 dir_count; member in struct:hfs_mdb

Completed in 204 milliseconds