Home
last modified time | relevance | path

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

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