Lines Matching full:compressed
10 Squashfs is a highly compressed read-only filesystem for Linux.
24 1. Data, inodes and directories are compressed.
32 boundaries. Each compressed inode is on average 8 bytes in length
42 7. Filesystems can be compressed with gzip, xz (lzma2), lzo or lz4
51 1. Layout can store up to 2^48 bytes of compressed xattr data.
53 3. Total size of xattr data per inode 2^48 bytes of compressed data.
720 The -info option displays the files/directories as they are compressed and
867 Compressed data blocks are written to the filesystem as files are read from
882 Metadata (inodes and directories) are compressed in 8Kbyte blocks. Each
883 compressed block is prefixed by a two byte length, the top bit is set if the
885 or if the compressed block was larger than the uncompressed block.
888 boundaries, therefore inodes overlap compressed blocks. Inodes are identified
889 by a 48-bit number which encodes the location of the compressed metadata block
905 Like inodes, directories are packed into compressed metadata blocks, stored
913 compressed metadata block, and therefore, can share the start block.
935 Regular files consist of a sequence of contiguous compressed blocks, and/or a
936 compressed fragment block (tail-end packed block). The compressed size
955 location on disk and compressed size using a fragment lookup table. This
956 fragment lookup table is itself stored compressed into metadata blocks.
966 stored compressed into metadata blocks. A second index table is used to
980 This table is stored compressed into metadata blocks. A second index table is
999 The xattr lists are packed into compressed 8K metadata blocks.