Searched refs:scache_bytes (Results 1 – 2 of 2) sorted by relevance
90 static int scache_bytes = 0; variable797 scache_bytes = cache_bytes; in save_xattrs()814 memcpy(data_cache, sdata_cache, scache_bytes); in restore_xattrs()815 cache_bytes = scache_bytes; in restore_xattrs()
257 unsigned int sinode_bytes, scache_bytes, sdirectory_bytes, variable429 memcpy(data_cache, sdata_cache, cache_bytes = scache_bytes); in restorefs()6523 scache_bytes = root_inode_offset + root_inode_size; in main()6525 sdata_cache = malloc(scache_bytes); in main()6531 memcpy(sdata_cache, data_cache, scache_bytes); in main()