Searched refs:SQUASHFS_CACHED_BLKS (Results 1 – 3 of 3) sorted by relevance
205 #define SQUASHFS_CACHED_BLKS 8 macro
318 SQUASHFS_CACHED_BLKS, SQUASHFS_METADATA_SIZE); in squashfs_fill_super()
210 * limited to the size of the metadata cache (SQUASHFS_CACHED_BLKS) to ensure219 return min((u64) SQUASHFS_CACHED_BLKS - 1, skip + 1); in calculate_skip()