Searched refs:fifo_count (Results 1 – 3 of 3) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | read_fs.c | 126 int *dev_count, int *dir_count, int *fifo_count, int *sock_count, in scan_inode_table() argument 451 (*fifo_count) ++; in scan_inode_table() 459 (*fifo_count) ++; in scan_inode_table() 862 int *fifo_count, int *sock_count, long long *uncompressed_file, in read_filesystem() argument 901 dir_count, fifo_count, sock_count, id_table); in read_filesystem()
|
D | unsquashfs.c | 59 dev_count = 0, fifo_count = 0; variable 1166 fifo_count ++; in create_inode() 2164 fifo_count + cur_blocks, total_inodes - in progress_thread() 2361 progress_bar(sym_count + dev_count + fifo_count + cur_blocks, in disable_progress_bar() 2816 printf("created %d fifos\n", fifo_count); in main()
|
D | mksquashfs.c | 128 int file_count = 0, sym_count = 0, dev_count = 0, dir_count = 0, fifo_count = 0, variable 446 fifo_count = sfifo_count; in restorefs() 4191 fifo_count ++; in dir_scan7() 5208 printf("Number of fifo nodes %d\n", fifo_count); in write_filesystem_tables() 6486 &fifo_count, &sock_count, &total_bytes, in main() 6543 sfifo_count = fifo_count; in main() 6597 fifo_count + sock_count; in main()
|