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.c146 unsigned int directory_cache_bytes = 0, directory_cache_size = 0; variable
432 directory_cache_bytes = sdirectory_cache_bytes; in restorefs()
677 while(directory_cache_bytes) { in write_directories()
688 avail_bytes = directory_cache_bytes > SQUASHFS_METADATA_SIZE ? in write_directories()
689 SQUASHFS_METADATA_SIZE : directory_cache_bytes; in write_directories()
701 directory_cache_bytes -= avail_bytes; in write_directories()
1344 int data_space = directory_cache_size - directory_cache_bytes; in write_dir()
1368 memcpy(directory_data_cache + directory_cache_bytes, dir->buff, in write_dir()
1371 directory_offset = directory_cache_bytes; in write_dir()
1373 directory_cache_bytes += dir_size; in write_dir()
[all …]