Home
last modified time | relevance | path

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

/openbmc/linux/fs/squashfs/
H A Dblock.c277 length = SQUASHFS_COMPRESSED_SIZE_BLOCK(length); in squashfs_read_data()
H A Dsquashfs_fs.h115 #define SQUASHFS_COMPRESSED_SIZE_BLOCK(B) ((B) & \ macro
H A Dfile.c190 block += SQUASHFS_COMPRESSED_SIZE_BLOCK(size); in read_indexes()