Home
last modified time | relevance | path

Searched refs:directory_cache_size (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
1344 int data_space = directory_cache_size - directory_cache_bytes; in write_dir()
1349 int realloc_size = directory_cache_size == 0 ? in write_dir()
1354 directory_cache_size + realloc_size); in write_dir()
1357 directory_cache_size += realloc_size; in write_dir()
6562 directory_cache_size = inode_dir_offset + inode_dir_file_size; in main()