Home
last modified time | relevance | path

Searched refs:cache_bytes (Results 1 – 2 of 2) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dxattr.c59 static int cache_bytes = 0, cache_size = 0; variable
287 while(cache_bytes >= SQUASHFS_METADATA_SIZE) { in get_xattr_space()
304 cache_bytes - SQUASHFS_METADATA_SIZE); in get_xattr_space()
305 cache_bytes -= SQUASHFS_METADATA_SIZE; in get_xattr_space()
311 data_space = cache_size - cache_bytes; in get_xattr_space()
322 *disk = ((long long) xattr_bytes << 16) | cache_bytes; in get_xattr_space()
323 cache_bytes += req_size; in get_xattr_space()
324 return data_cache + cache_bytes - req_size; in get_xattr_space()
467 while(cache_bytes) { in write_xattrs()
477 avail_bytes = cache_bytes > SQUASHFS_METADATA_SIZE ? in write_xattrs()
[all …]
Dmksquashfs.c137 unsigned int cache_bytes = 0, cache_size = 0, inode_count = 0; variable
382 memcpy(data_cache, sdata_cache, cache_bytes = scache_bytes); in restorefs()
452 while(cache_bytes >= SQUASHFS_METADATA_SIZE) { in get_inode()
471 cache_bytes - SQUASHFS_METADATA_SIZE); in get_inode()
472 cache_bytes -= SQUASHFS_METADATA_SIZE; in get_inode()
475 data_space = (cache_size - cache_bytes); in get_inode()
490 cache_bytes += req_size; in get_inode()
492 return data_cache + cache_bytes - req_size; in get_inode()
593 while(cache_bytes) { in write_inodes()
603 avail_bytes = cache_bytes > SQUASHFS_METADATA_SIZE ? in write_inodes()
[all …]