Home
last modified time | relevance | path

Searched refs:SQUASHFS_CACHED_BLKS (Results 1 – 3 of 3) sorted by relevance

/linux/fs/squashfs/
H A Dsquashfs_fs.h205 #define SQUASHFS_CACHED_BLKS 8 macro
H A Dsuper.c318 SQUASHFS_CACHED_BLKS, SQUASHFS_METADATA_SIZE); in squashfs_fill_super()
H A Dfile.c210 * limited to the size of the metadata cache (SQUASHFS_CACHED_BLKS) to ensure
219 return min((u64) SQUASHFS_CACHED_BLKS - 1, skip + 1); in calculate_skip()