| /fs/squashfs/ |
| A D | Kconfig | 7 Read-Only File System). Squashfs is a highly compressed read-only 153 bool "Enable full caching of compressed blocks" 174 bool "Include support for ZLIB compressed file systems" 187 bool "Include support for LZ4 compressed file systems" 192 compressed with LZ4 compression. LZ4 compression is mainly 202 bool "Include support for LZO compressed file systems" 207 compressed with LZO compression. LZO compression is mainly 217 bool "Include support for XZ compressed file systems" 222 compressed with XZ compression. XZ gives better compression than 232 bool "Include support for ZSTD compressed file systems" [all …]
|
| A D | block.c | 295 int compressed; in squashfs_read_data() local 303 compressed = SQUASHFS_COMPRESSED_BLOCK(length); in squashfs_read_data() 306 index, compressed ? "" : "un", length, output->length); in squashfs_read_data() 344 compressed = SQUASHFS_COMPRESSED(length); in squashfs_read_data() 349 compressed ? "" : "un", length); in squashfs_read_data() 364 if (compressed) { in squashfs_read_data()
|
| /fs/erofs/ |
| A D | Kconfig | 29 page cache for compressed data using proper strategies, which is 113 bool "EROFS LZMA compressed data support" 117 containing LZMA compressed data, specifically called microLZMA. It 124 bool "EROFS DEFLATE compressed data support" 128 containing DEFLATE compressed data. It gives better compression 138 bool "EROFS Zstandard compressed data support" 142 containing Zstandard compressed data. It gives better compression 156 EROFS file systems containing compressed data. It gives better
|
| A D | inode.c | 318 bool compressed = in erofs_getattr() local 321 if (compressed) in erofs_getattr() 335 if (bdev && !compressed) { in erofs_getattr()
|
| /fs/pstore/ |
| A D | ram.c | 150 bool *compressed) in ramoops_read_kmsg_hdr() argument 160 *compressed = true; in ramoops_read_kmsg_hdr() 162 *compressed = false; in ramoops_read_kmsg_hdr() 167 *compressed = false; in ramoops_read_kmsg_hdr() 171 *compressed = false; in ramoops_read_kmsg_hdr() 197 record->compressed = false; in ramoops_pstore_read() 207 &record->compressed); in ramoops_pstore_read() 307 record->compressed ? 'C' : 'D'); in ramoops_write_kmsg_hdr()
|
| A D | platform.c | 338 record.compressed = true; in pstore_dump() 591 if (!IS_ENABLED(CONFIG_PSTORE_COMPRESS) || !record->compressed) in decompress_record() 648 record->compressed = false; in decompress_record()
|
| A D | zone.c | 57 bool compressed; member 729 hdr->compressed = record->compressed; in psz_write_kmsg_hdr() 950 record->compressed = hdr->compressed; in psz_kmsg_read_hdr() 972 if (!record->compressed) { in psz_kmsg_read()
|
| A D | inode.c | 366 record->compressed ? ".enc.z" : ""); in pstore_mkfile()
|
| A D | Kconfig | 31 Whether pstore records should be compressed before being written to
|
| /fs/fat/ |
| A D | Kconfig | 43 they are compressed; to access compressed MSDOS partitions under 48 intend to use dosemu with a non-compressed MSDOS partition, say Y 68 long filenames. That includes non-compressed FAT-based file systems
|
| /fs/isofs/ |
| A D | Kconfig | 37 data in compressed form on a CD-ROM and have it transparently 41 able to read such compressed CD-ROMs.
|
| /fs/cramfs/ |
| A D | Kconfig | 7 System). CramFs is designed to be a simple, small, and compressed 22 consider a more capable compressed filesystem such as SquashFS
|
| A D | README | 56 The block data is not compressed and should be copied verbatim. 63 the compressed data length is included in the first 2 bytes of 117 compressed at a time. It's intended to be somewhere around 148 etc. macros as used by ext2fs. We don't need to swab the compressed
|
| /fs/ntfs3/ |
| A D | Kconfig | 11 write, journal replaying, sparse/compressed files support).
|
| A D | ntfs_fs.h | 891 void *compressed, size_t compressed_size, 893 ssize_t decompress_lznt(const void *compressed, size_t compressed_size,
|
| /fs/vboxsf/ |
| A D | shfl_hostintf.h | 466 bool compressed; member
|
| /fs/smb/client/ |
| A D | Kconfig | 215 compressed to avoid wasting resources. 217 Say Y here if you want SMB traffic to be compressed.
|
| /fs/bcachefs/ |
| A D | fs-io-direct.c | 253 unsigned nr_replicas, bool compressed) in bch2_check_range_allocated() argument 277 (!compressed && bch2_bkey_sectors_compressed(k))) { in bch2_check_range_allocated()
|
| /fs/f2fs/ |
| A D | compress.c | 1886 bool compressed = data_blkaddr(dn->inode, dn->node_folio, in f2fs_cluster_blocks_are_contiguous() local 1888 int i = compressed ? 1 : 0; in f2fs_cluster_blocks_are_contiguous() 1898 if (first_blkaddr + i - (compressed ? 1 : 0) != blkaddr) in f2fs_cluster_blocks_are_contiguous() 1902 return compressed ? i - 1 : i; in f2fs_cluster_blocks_are_contiguous()
|
| /fs/btrfs/ |
| A D | btrfs_inode.h | 646 size_t count, bool compressed, bool *unlocked);
|
| A D | ioctl.c | 4634 bool compressed; member 4661 if (priv->compressed) { in btrfs_uring_read_finished() 4715 size_t count, bool compressed, in btrfs_uring_read_extent() argument 4747 priv->compressed = compressed; in btrfs_uring_read_extent()
|
| A D | send.c | 1572 int compressed; in find_extent_clone() local 1593 compressed = btrfs_file_extent_compression(eb, fi); in find_extent_clone() 1632 if (compressed == BTRFS_COMPRESS_NONE) in find_extent_clone()
|
| A D | inode.c | 9432 size_t count, bool compressed, bool *unlocked) in btrfs_encoded_read_regular() argument 9461 if (compressed) { in btrfs_encoded_read_regular()
|
| /fs/jffs2/ |
| A D | Kconfig | 144 Rtime does manage to recompress already-compressed data. Say 'Y' if unsure.
|
| /fs/ |
| A D | Kconfig.binfmt | 143 Support FLAT format compressed binaries
|