Lines Matching full:compressed
7 Squashfs is a compressed read-only filesystem for Linux.
52 compressed inode is on average 8 bytes in length (the exact length varies on
160 Compressed data blocks are written to the filesystem as files are read from
175 Metadata (inodes and directories) are compressed in 8Kbyte blocks. Each
176 compressed block is prefixed by a two byte length, the top bit is set if the
178 or if the compressed block was larger than the uncompressed block.
181 boundaries, therefore inodes overlap compressed blocks. Inodes are identified
182 by a 48-bit number which encodes the location of the compressed metadata block
198 Like inodes, directories are packed into compressed metadata blocks, stored
206 compressed metadata block, and therefore, can share the start block.
228 Regular files consist of a sequence of contiguous compressed blocks, and/or a
229 compressed fragment block (tail-end packed block). The compressed size
248 location on disk and compressed size using a fragment lookup table. This
249 fragment lookup table is itself stored compressed into metadata blocks.
259 stored compressed into metadata blocks. A second index table is used to
273 This table is stored compressed into metadata blocks. A second index table is
292 The xattr lists are packed into compressed 8K metadata blocks.
309 Blocks in Squashfs are compressed. To avoid repeatedly decompressing