Searched refs:scache_bytes (Results 1 – 2 of 2) sorted by relevance
70 static int scache_bytes = 0; variable750 scache_bytes = cache_bytes; in save_xattrs()767 memcpy(data_cache, sdata_cache, scache_bytes); in restore_xattrs()768 cache_bytes = scache_bytes; in restore_xattrs()
240 unsigned int sinode_bytes, scache_bytes, sdirectory_bytes, variable382 memcpy(data_cache, sdata_cache, cache_bytes = scache_bytes); in restorefs()5992 scache_bytes = root_inode_offset + root_inode_size; in main()5994 sdata_cache = malloc(scache_bytes); in main()6000 memcpy(sdata_cache, data_cache, scache_bytes); in main()