Lines Matching full:compression
301 compression on those corresponding files, e.g. if all files
302 with '.ext' has high compression rate, we can set the '.ext'
303 on compression extension list and enable compression on
305 For other files, we can still enable compression via ioctl.
307 can be set to enable compression for all files.
309 compression on those corresponding files, just contrary to compression extension.
318 See more in compression sections.
321 compress_mode=%s Control file compression mode. This supports "fs" and "user"
322 modes. In "fs" mode (default), f2fs does automatic compression
323 on the compression enabled files. In "user" mode, f2fs disables
324 the automaic compression and gives the user discretion of
326 compression/decompression on the compression enabled files using
857 Compression implementation
860 - New term named cluster is defined as basic unit of compression, file can
862 (n >= 0) logical pages, compression size is also cluster size, each of
871 support compression on write-once file, data can be compressed only when
875 - To enable compression on regular inode, there are four ways:
882 - To disable compression on regular inode, there are two ways:
899 - At this point, compression feature doesn't expose compressed space to user
929 Compression mode
932 f2fs supports "fs" and "user" compression modes with "compression_mode" mount option.
934 compression enabled files (refer to "Compression implementation" section for how to
935 enable compression on a regular inode).
938 This is the default option. f2fs does automatic compression in the writeback of the
939 compression enabled files.
942 This disables the automatic compression and gives the user discretion of choosing the
943 target file and the timing. The user can do manual compression/decompression on the
944 compression enabled files using F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILE