Searched refs:directory_cache_bytes (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
775 directory_cache_bytes = sdirectory_cache_bytes;
1081 while(directory_cache_bytes) {
1094 avail_bytes = directory_cache_bytes > SQUASHFS_METADATA_SIZE ?
1095 SQUASHFS_METADATA_SIZE : directory_cache_bytes;
1107 directory_cache_bytes -= avail_bytes;
1599 int data_space = directory_cache_size - directory_cache_bytes;
1624 memcpy(directory_data_cache + directory_cache_bytes, dir->buff,
1627 directory_offset = directory_cache_bytes;
1629 directory_cache_bytes
[all...]

Completed in 50 milliseconds