Home
last modified time | relevance | path

Searched refs:directory_cache_bytes (Results 1 – 1 of 1) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c138 unsigned int directory_cache_bytes = 0, directory_cache_size = 0; variable
394 directory_cache_bytes = sdirectory_cache_bytes; in restorefs()
638 while(directory_cache_bytes) { in write_directories()
649 avail_bytes = directory_cache_bytes > SQUASHFS_METADATA_SIZE ? in write_directories()
650 SQUASHFS_METADATA_SIZE : directory_cache_bytes; in write_directories()
662 directory_cache_bytes -= avail_bytes; in write_directories()
1259 int data_space = directory_cache_size - directory_cache_bytes; in write_dir()
1283 memcpy(directory_data_cache + directory_cache_bytes, dir->buff, in write_dir()
1286 directory_offset = directory_cache_bytes; in write_dir()
1288 directory_cache_bytes += dir_size; in write_dir()
[all …]