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.c145 unsigned int directory_cache_bytes = 0, directory_cache_size = 0; variable
419 directory_cache_bytes = sdirectory_cache_bytes; in restorefs()
664 while(directory_cache_bytes) { in write_directories()
675 avail_bytes = directory_cache_bytes > SQUASHFS_METADATA_SIZE ? in write_directories()
676 SQUASHFS_METADATA_SIZE : directory_cache_bytes; in write_directories()
688 directory_cache_bytes -= avail_bytes; in write_directories()
1303 int data_space = directory_cache_size - directory_cache_bytes; in write_dir()
1327 memcpy(directory_data_cache + directory_cache_bytes, dir->buff, in write_dir()
1330 directory_offset = directory_cache_bytes; in write_dir()
1332 directory_cache_bytes += dir_size; in write_dir()
[all …]