Searched refs:directory_cache_bytes (Results 1 – 1 of 1) sorted by relevance
129 unsigned int directory_cache_bytes = 0, directory_cache_size = 0; variable385 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()[all …]