Searched refs:compression (Results 1 – 11 of 11) sorted by relevance
/fs/jffs2/ |
D | Kconfig | 8 levelling, compression and support for hard links. You cannot use 104 bool "Advanced compression options for JFFS2" 109 compression modules, if any, are enabled in JFFS2. Removing 117 bool "JFFS2 ZLIB compression support" if JFFS2_COMPRESSION_OPTIONS 124 lossless data-compression library for use on virtually any computer 131 bool "JFFS2 LZO compression support" if JFFS2_COMPRESSION_OPTIONS 137 minilzo-based compression. Generally works better than Zlib. 143 bool "JFFS2 RTIME compression support" if JFFS2_COMPRESSION_OPTIONS 150 bool "JFFS2 RUBIN compression support" if JFFS2_COMPRESSION_OPTIONS 157 prompt "JFFS2 default compression mode" if JFFS2_COMPRESSION_OPTIONS [all …]
|
D | TODO | 8 - disable compression in commit_write()? 10 - chattr support - turning on/off and tuning compression per-inode
|
/fs/squashfs/ |
D | Kconfig | 7 filesystem for Linux. It uses zlib, lzo or xz compression to 44 ZLIB compression is the standard compression used by Squashfs 45 file systems. It offers a good trade-off between compression 57 compressed with LZO compression. LZO compression is mainly 61 LZO is not the standard compression used in Squashfs and so most 72 compressed with XZ compression. XZ gives better compression than 73 the default zlib compression, at the expense of greater CPU and 76 XZ is not the standard compression used in Squashfs and so most
|
D | squashfs_fs.h | 247 __le16 compression; member
|
D | super.c | 135 le16_to_cpu(sblk->compression)); in squashfs_fill_super()
|
/fs/ubifs/ |
D | Kconfig | 21 bool "Advanced compression options" 31 bool "LZO compression support" if UBIFS_FS_ADVANCED_COMPR 39 bool "ZLIB compression support" if UBIFS_FS_ADVANCED_COMPR
|
/fs/btrfs/ |
D | Makefile | 10 compression.o delayed-ref.o relocation.o delayed-inode.o scrub.o \
|
D | file-item.c | 44 u8 compression, u8 encryption, u16 other_encoding) in btrfs_insert_file_extent() argument 75 btrfs_set_file_extent_compression(leaf, item, compression); in btrfs_insert_file_extent()
|
D | ctree.h | 793 u8 compression; member 2390 compression, 8); 2853 u8 compression, u8 encryption, u16 other_encoding);
|
D | inode.c | 1755 u8 compression, u8 encryption, in insert_reserved_file_extent() argument 1802 btrfs_set_file_extent_compression(leaf, fi, compression); in insert_reserved_file_extent()
|
/fs/cramfs/ |
D | README | 138 value don't get as good compression as they can. 151 The main advantage of option 3 over 1, 2, is better compression. The
|