Lines Matching refs:directory_cache_bytes
129 unsigned int directory_cache_bytes = 0, directory_cache_size = 0; variable
385 directory_cache_bytes = sdirectory_cache_bytes; in restorefs()
629 while(directory_cache_bytes) { in write_directories()
640 avail_bytes = directory_cache_bytes > SQUASHFS_METADATA_SIZE ? in write_directories()
641 SQUASHFS_METADATA_SIZE : directory_cache_bytes; in write_directories()
653 directory_cache_bytes -= avail_bytes; in write_directories()
1198 int data_space = directory_cache_size - directory_cache_bytes; in write_dir()
1222 memcpy(directory_data_cache + directory_cache_bytes, dir->buff, in write_dir()
1225 directory_offset = directory_cache_bytes; in write_dir()
1227 directory_cache_bytes += dir_size; in write_dir()
1238 if(directory_cache_bytes < SQUASHFS_METADATA_SIZE) in write_dir()
1264 SQUASHFS_METADATA_SIZE, directory_cache_bytes - in write_dir()
1266 directory_cache_bytes -= SQUASHFS_METADATA_SIZE; in write_dir()
6038 directory_cache_bytes = uncompressed_data; in main()
6061 directory_cache_bytes = inode_dir_offset; in main()