Searched refs:directory_cache_size (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dmksquashfs.c151 unsigned int directory_cache_bytes = 0, directory_cache_size = 0; variable
1599 int data_space = directory_cache_size - directory_cache_bytes;
1604 int realloc_size = directory_cache_size == 0 ?
1609 directory_cache_size + realloc_size);
1613 directory_cache_size += realloc_size;
5219 directory_cache_size = inode_dir_offset + inode_dir_file_size;

Completed in 53 milliseconds