Home
last modified time | relevance | path

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

/linux-2.6.39/fs/squashfs/
Dsquashfs_fs.h120 #define SQUASHFS_COMPRESSED_BIT_BLOCK (1 << 24) macro
123 ~SQUASHFS_COMPRESSED_BIT_BLOCK)
125 #define SQUASHFS_COMPRESSED_BLOCK(B) (!((B) & SQUASHFS_COMPRESSED_BIT_BLOCK))
Dcache.c408 SQUASHFS_COMPRESSED_BIT_BLOCK, NULL, length, pages); in squashfs_read_table()