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
100 Compressed data blocks are written to the filesystem as files are read from
115 Metadata (inodes and directories) are compressed in 8Kbyte blocks. Each
116 compressed block is prefixed by a two byte length, the top bit is set if the
118 or if the compressed block was larger than the uncompressed block.
121 boundaries, therefore inodes overlap compressed blocks. Inodes are identified
122 by a 48-bit number which encodes the location of the compressed metadata block
138 Like inodes, directories are packed into compressed metadata blocks, stored
146 compressed metadata block, and therefore, can share the start block.
168 Regular files consist of a sequence of contiguous compressed blocks, and/or a
169 compressed fragment block (tail-end packed block). The compressed size
188 location on disk and compressed size using a fragment lookup table. This
189 fragment lookup table is itself stored compressed into metadata blocks.
199 stored compressed into metadata blocks. A second index table is used to
213 This table is stored compressed into metadata blocks. A second index table is
232 The xattr lists are packed into compressed 8K metadata blocks.
249 Blocks in Squashfs are compressed. To avoid repeatedly decompressing