Lines Matching refs:compressed
4 Squashfs is a compressed read-only filesystem for Linux.
45 compressed inode is on average 8 bytes in length (the exact length varies on
93 Metadata (inodes and directories) are compressed in 8Kbyte blocks. Each
94 compressed block is prefixed by a two byte length, the top bit is set if the
96 or if the compressed block was larger than the uncompressed block.
99 boundaries, therefore inodes overlap compressed blocks. Inodes are identified
100 by a 48-bit number which encodes the location of the compressed metadata block
116 Like inodes, directories are packed into compressed metadata blocks, stored
124 compressed metadata block, and therefore, can share the start block.
146 Regular files consist of a sequence of contiguous compressed blocks, and/or a
147 compressed fragment block (tail-end packed block). The compressed size
166 location on disk and compressed size using a fragment lookup table. This
167 fragment lookup table is itself stored compressed into metadata blocks.
177 stored compressed into metadata blocks. A second index table is used to
191 This table is stored compressed into metadata blocks. A second index table is
209 Blocks in Squashfs are compressed. To avoid repeatedly decompressing