Lines Matching defs:size
14 * compressed fragment block (tail-end packed block). The compressed size
184 int size = squashfs_block_size(blist[i]);
185 if (size < 0) {
186 err = size;
189 block += SQUASHFS_COMPRESSED_SIZE_BLOCK(size);
209 * limited to the size of the metadata cache (SQUASHFS_CACHED_BLKS) to ensure
323 * Get the on-disk location and compressed size of the datablock
331 __le32 size;
357 res = squashfs_read_metadata(inode->i_sb, &size, &start, &offset,
358 sizeof(size));
361 return squashfs_block_size(size);
392 * many PAGE_SIZE pages (default block size is 128 KiB) explicitly
430 ERROR("Unable to read page, block %llx, size %x\n",