Lines Matching refs:cache_bytes
137 unsigned int cache_bytes = 0, cache_size = 0, inode_count = 0; variable
382 memcpy(data_cache, sdata_cache, cache_bytes = scache_bytes); in restorefs()
452 while(cache_bytes >= SQUASHFS_METADATA_SIZE) { in get_inode()
471 cache_bytes - SQUASHFS_METADATA_SIZE); in get_inode()
472 cache_bytes -= SQUASHFS_METADATA_SIZE; in get_inode()
475 data_space = (cache_size - cache_bytes); in get_inode()
490 cache_bytes += req_size; in get_inode()
492 return data_cache + cache_bytes - req_size; in get_inode()
593 while(cache_bytes) { in write_inodes()
603 avail_bytes = cache_bytes > SQUASHFS_METADATA_SIZE ? in write_inodes()
604 SQUASHFS_METADATA_SIZE : cache_bytes; in write_inodes()
612 cache_bytes -= avail_bytes; in write_inodes()
6041 cache_bytes = root_inode_offset + root_inode_size; in main()
6062 cache_bytes = root_inode_offset; in main()