Home
last modified time | relevance | path

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

/linux-4.19.296/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()
627 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
629 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent()
661 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
663 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent()
724 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
726 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent()
/linux-4.19.296/fs/btrfs/ !
Dcompression.h94 BTRFS_COMPRESS_ZLIB = 1, enumerator
Dprops.c394 type = BTRFS_COMPRESS_ZLIB; in prop_compression_apply()
412 case BTRFS_COMPRESS_ZLIB: in prop_compression_extract()
Dcompression.c35 case BTRFS_COMPRESS_ZLIB: in btrfs_compress_type2str()
Dsuper.c524 info->compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_parse_options()
Dioctl.c298 comp = btrfs_compress_type2str(BTRFS_COMPRESS_ZLIB); in btrfs_ioctl_setflags()
1412 int compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_defrag_file()
Ddisk-io.c2846 fs_info->compress_type = BTRFS_COMPRESS_ZLIB; in open_ctree()