Searched refs:SQUASHFS_COMPRESSED_SIZE_BLOCK (Results 1 – 3 of 3) sorted by relevance
108 length = SQUASHFS_COMPRESSED_SIZE_BLOCK(length); in squashfs_read_data()
122 #define SQUASHFS_COMPRESSED_SIZE_BLOCK(B) ((B) & \ macro
198 block += SQUASHFS_COMPRESSED_SIZE_BLOCK(size); in read_indexes()