Home
last modified time | relevance | path

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

/openbmc/linux/fs/squashfs/
H A Dblock.c318 length = SQUASHFS_COMPRESSED_SIZE(length); in squashfs_read_data()
H A Dsquashfs_fs.h108 #define SQUASHFS_COMPRESSED_SIZE(B) (((B) & ~SQUASHFS_COMPRESSED_BIT) ? \ macro