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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dxattr.c75 static int scache_bytes = 0; variable
721 scache_bytes = cache_bytes;
744 memcpy(data_cache, sdata_cache, scache_bytes);
745 cache_bytes = scache_bytes;
H A Dmksquashfs.c290 unsigned int sinode_bytes, scache_bytes, sdirectory_bytes, variable
772 memcpy(data_cache, sdata_cache, cache_bytes = scache_bytes);
5173 scache_bytes = root_inode_offset + root_inode_size;
5175 sdata_cache = malloc(scache_bytes);
5181 memcpy(sdata_cache, data_cache, scache_bytes);

Completed in 72 milliseconds