Lines Matching refs:compressed
4 Squashfs is a compressed read-only filesystem for Linux.
46 compressed inode is on average 8 bytes in length (the exact length varies on
109 Metadata (inodes and directories) are compressed in 8Kbyte blocks. Each
110 compressed block is prefixed by a two byte length, the top bit is set if the
112 or if the compressed block was larger than the uncompressed block.
115 boundaries, therefore inodes overlap compressed blocks. Inodes are identified
116 by a 48-bit number which encodes the location of the compressed metadata block
132 Like inodes, directories are packed into compressed metadata blocks, stored
140 compressed metadata block, and therefore, can share the start block.
162 Regular files consist of a sequence of contiguous compressed blocks, and/or a
163 compressed fragment block (tail-end packed block). The compressed size
182 location on disk and compressed size using a fragment lookup table. This
183 fragment lookup table is itself stored compressed into metadata blocks.
193 stored compressed into metadata blocks. A second index table is used to
207 This table is stored compressed into metadata blocks. A second index table is
226 The xattr lists are packed into compressed 8K metadata blocks.
243 Blocks in Squashfs are compressed. To avoid repeatedly decompressing