Home
last modified time | relevance | path

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

/Linux-v5.10/fs/squashfs/
Dblock.c156 length = SQUASHFS_COMPRESSED_SIZE_BLOCK(length); in squashfs_read_data()
Dsquashfs_fs.h114 #define SQUASHFS_COMPRESSED_SIZE_BLOCK(B) ((B) & \ macro
Dfile.c189 block += SQUASHFS_COMPRESSED_SIZE_BLOCK(size); in read_indexes()