Searched refs:SQUASHFS_COMPRESSED_SIZE_BLOCK (Results 1 – 11 of 11) sorted by relevance
103 length = SQUASHFS_COMPRESSED_SIZE_BLOCK(length); in squashfs_read_data()
111 #define SQUASHFS_COMPRESSED_SIZE_BLOCK(B) ((B) & \ macro
199 block += SQUASHFS_COMPRESSED_SIZE_BLOCK(size); in read_indexes()
173 size = SQUASHFS_COMPRESSED_SIZE_BLOCK(disk_fragment->size); in get_fragment()
142 #define SQUASHFS_COMPRESSED_SIZE_BLOCK(B) ((B) & \ macro
280 SQUASHFS_COMPRESSED_SIZE_BLOCK in scan_inode_table()336 SQUASHFS_COMPRESSED_SIZE_BLOCK in scan_inode_table()
741 int c_byte = SQUASHFS_COMPRESSED_SIZE_BLOCK(size); in read_data_block()1030 int c_byte = SQUASHFS_COMPRESSED_SIZE_BLOCK(block_list[i]); in write_file()1975 SQUASHFS_COMPRESSED_SIZE_BLOCK(entry->size), in reader()2111 SQUASHFS_COMPRESSED_SIZE_BLOCK(entry->size), block_size, in inflator()
1046 total_size += SQUASHFS_COMPRESSED_SIZE_BLOCK(block_list[i]); in create_inode()1086 total_size += SQUASHFS_COMPRESSED_SIZE_BLOCK(block_list[i]); in create_inode()1530 size = SQUASHFS_COMPRESSED_SIZE_BLOCK(disk_fragment->size); in get_fragment()1646 size = SQUASHFS_COMPRESSED_SIZE_BLOCK(fragment_table[frg].size); in unlock_fragments()1879 bytes = SQUASHFS_COMPRESSED_SIZE_BLOCK(blocks[i]); in get_checksum_disk()2101 int size = SQUASHFS_COMPRESSED_SIZE_BLOCK in duplicate()2537 write_buffer->size = SQUASHFS_COMPRESSED_SIZE_BLOCK in deflator()2568 compressed_size = SQUASHFS_COMPRESSED_SIZE_BLOCK(c_byte); in frag_deflator()
110 #define SQUASHFS_COMPRESSED_SIZE_BLOCK(B) ((B) & \ macro
134 #define SQUASHFS_COMPRESSED_SIZE_BLOCK(B) (((B) & \ macro
173 c_byte = SQUASHFS_COMPRESSED_SIZE_BLOCK(c_byte); in squashfs_read_data()1308 block += SQUASHFS_COMPRESSED_SIZE_BLOCK(*block_listp); in read_block_index()