Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/tests/
Dinode-tests.c187 BTRFS_FILE_EXTENT_REG, BTRFS_COMPRESS_ZLIB, slot); in setup_file_extents()
195 BTRFS_FILE_EXTENT_REG, BTRFS_COMPRESS_ZLIB, slot); in setup_file_extents()
203 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()
657 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
659 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent()
718 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
720 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent()
/linux-4.4.14/fs/btrfs/
Dprops.c405 type = BTRFS_COMPRESS_ZLIB; in prop_compression_apply()
419 case BTRFS_COMPRESS_ZLIB: in prop_compression_extract()
Dsuper.c465 info->compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_parse_options()
1140 if (info->compress_type == BTRFS_COMPRESS_ZLIB) in btrfs_show_options()
Dctree.h710 BTRFS_COMPRESS_ZLIB = 1, enumerator
Ddisk-io.c2730 fs_info->compress_type = BTRFS_COMPRESS_ZLIB; in open_ctree()
Dioctl.c1267 int compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_defrag_file()