Searched refs:sock_count (Results 1 – 2 of 2) 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 467 (*sock_count) ++; in scan_inode_table() 475 (*sock_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 | mksquashfs.c | 128 sock_count = 0; variable 434 sock_count = ssock_count; in restorefs() 4158 sock_count ++; in dir_scan7() 5165 printf("Number of socket nodes %d\n", sock_count); in write_filesystem_tables() 6342 &fifo_count, &sock_count, &total_bytes, in main() 6400 ssock_count = sock_count; in main() 6453 fifo_count + sock_count; in main()
|