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
158 Compressed data blocks are written to the filesystem as files are read from
173 Metadata (inodes and directories) are compressed in 8Kbyte blocks. Each
174 compressed block is prefixed by a two byte length, the top bit is set if the
176 or if the compressed block was larger than the uncompressed block.
179 boundaries, therefore inodes overlap compressed blocks. Inodes are identified
180 by a 48-bit number which encodes the location of the compressed metadata block
196 Like inodes, directories are packed into compressed metadata blocks, stored
204 compressed metadata block, and therefore, can share the start block.
226 Regular files consist of a sequence of contiguous compressed blocks, and/or a
227 compressed fragment block (tail-end packed block). The compressed size
246 location on disk and compressed size using a fragment lookup table. This
247 fragment lookup table is itself stored compressed into metadata blocks.
257 stored compressed into metadata blocks. A second index table is used to
271 This table is stored compressed into metadata blocks. A second index table is
290 The xattr lists are packed into compressed 8K metadata blocks.
307 Blocks in Squashfs are compressed. To avoid repeatedly decompressing