Searched refs:SQUASHFS_COMPRESSED_SIZE (Results 1 – 2 of 2) sorted by relevance
143 length = SQUASHFS_COMPRESSED_SIZE(length); in squashfs_read_data()
121 #define SQUASHFS_COMPRESSED_SIZE(B) (((B) & ~SQUASHFS_COMPRESSED_BIT) ? \ macro