Home
last modified time | relevance | path

Searched refs:SQUASHFS_CACHED_BLKS (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/squashfs/
H A Dsquashfs_fs.h205 #define SQUASHFS_CACHED_BLKS 8 macro
H A Dfile.c209 * limited to the size of the metadata cache (SQUASHFS_CACHED_BLKS) to ensure
218 return min((u64) SQUASHFS_CACHED_BLKS - 1, skip + 1); in calculate_skip()
H A Dsuper.c230 SQUASHFS_CACHED_BLKS, SQUASHFS_METADATA_SIZE); in squashfs_fill_super()
/kernel/linux/linux-6.6/fs/squashfs/
H A Dsquashfs_fs.h205 #define SQUASHFS_CACHED_BLKS 8 macro
H A Dsuper.c320 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()

Completed in 6 milliseconds