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.c145 unsigned int directory_cache_bytes = 0, directory_cache_size = 0; variable
1303 int data_space = directory_cache_size - directory_cache_bytes; in write_dir()
1308 int realloc_size = directory_cache_size == 0 ? in write_dir()
1313 directory_cache_size + realloc_size); in write_dir()
1316 directory_cache_size += realloc_size; in write_dir()
6418 directory_cache_size = inode_dir_offset + inode_dir_file_size; in main()