Searched refs:cache_bytes (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dxattr.c64 static int cache_bytes = 0, cache_size = 0; variable
263 while(cache_bytes >= SQUASHFS_METADATA_SIZE) {
281 cache_bytes - SQUASHFS_METADATA_SIZE);
282 cache_bytes -= SQUASHFS_METADATA_SIZE;
288 data_space = cache_size - cache_bytes;
300 *disk = ((long long) xattr_bytes << 16) | cache_bytes;
301 cache_bytes += req_size;
302 return data_cache + cache_bytes - req_size;
453 while(cache_bytes) {
464 avail_bytes = cache_bytes > SQUASHFS_METADATA_SIZ
[all...]
H A Dmksquashfs.c159 unsigned int cache_bytes = 0, cache_size = 0, inode_count = 0; variable
772 memcpy(data_cache, sdata_cache, cache_bytes = scache_bytes);
897 while(cache_bytes >= SQUASHFS_METADATA_SIZE) {
917 cache_bytes - SQUASHFS_METADATA_SIZE);
918 cache_bytes -= SQUASHFS_METADATA_SIZE;
921 data_space = (cache_size - cache_bytes);
937 cache_bytes += req_size;
939 return data_cache + cache_bytes - req_size;
1043 while(cache_bytes) {
1055 avail_bytes = cache_bytes > SQUASHFS_METADATA_SIZ
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_method.c523 __db_set_cachesize(dbp, cache_gbytes, cache_bytes, ncache)
525 u_int32_t cache_gbytes, cache_bytes;
532 dbp->dbenv, cache_gbytes, cache_bytes, ncache));

Completed in 83 milliseconds