Lines Matching refs:data_cache
136 char *data_cache = NULL; variable
374 + (((char *)A) - data_cache)))
382 memcpy(data_cache, sdata_cache, cache_bytes = scache_bytes); in restorefs()
464 data_cache, SQUASHFS_METADATA_SIZE, in get_inode()
470 memmove(data_cache, data_cache + SQUASHFS_METADATA_SIZE, in get_inode()
482 void *dc = realloc(data_cache, cache_size + in get_inode()
487 data_cache = dc; in get_inode()
492 return data_cache + cache_bytes - req_size; in get_inode()
590 char *datap = data_cache; in write_inodes()
5950 &data_cache, &directory_table, in main()
6000 memcpy(sdata_cache, data_cache, scache_bytes); in main()