Searched refs:SQUASHFS_COMPRESSED_BLOCK (Results 1 – 3 of 3) sorted by relevance
128 if (bsize && !SQUASHFS_COMPRESSED_BLOCK(bsize)) { in squashfs_readpages_block()
130 #define SQUASHFS_COMPRESSED_BLOCK(B) (!((B) & SQUASHFS_COMPRESSED_BIT_BLOCK)) macro
395 req->compressed = SQUASHFS_COMPRESSED_BLOCK(length); in read_data_block()