Home
last modified time | relevance | path

Searched refs:BTRFS_COMPRESS_ZLIB (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/fs/btrfs/tests/
Dinode-tests.c180 BTRFS_COMPRESS_ZLIB, slot); in setup_file_extents()
189 BTRFS_COMPRESS_ZLIB, slot); in setup_file_extents()
199 BTRFS_FILE_EXTENT_REG, BTRFS_COMPRESS_ZLIB, slot); in setup_file_extents()
624 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
626 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent()
658 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
660 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent()
721 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
723 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent()
/Linux-v5.4/fs/btrfs/
Dcompression.h104 BTRFS_COMPRESS_ZLIB = 1, enumerator
Dprops.c284 type = BTRFS_COMPRESS_ZLIB; in prop_compression_apply()
302 case BTRFS_COMPRESS_ZLIB: in prop_compression_extract()
Dsuper.c525 info->compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_parse_options()
536 BTRFS_COMPRESS_ZLIB, in btrfs_parse_options()
Dcompression.c37 case BTRFS_COMPRESS_ZLIB: in btrfs_compress_type2str()
Dioctl.c293 comp = btrfs_compress_type2str(BTRFS_COMPRESS_ZLIB); in btrfs_ioctl_setflags()
1397 int compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_defrag_file()
Ddisk-io.c2892 fs_info->compress_type = BTRFS_COMPRESS_ZLIB; in open_ctree()