Home
last modified time | relevance | path

Searched refs:SQUASHFS_COMPRESSED_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/squashfs/
Dblock.c143 length = SQUASHFS_COMPRESSED_SIZE(length); in squashfs_read_data()
Dsquashfs_fs.h121 #define SQUASHFS_COMPRESSED_SIZE(B) (((B) & ~SQUASHFS_COMPRESSED_BIT) ? \ macro