Home
last modified time | relevance | path

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

/Linux-v4.19/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()
626 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
628 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent()
660 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
662 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent()
723 if (em->compress_type != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
725 BTRFS_COMPRESS_ZLIB, em->compress_type); in test_btrfs_get_extent()
/Linux-v4.19/fs/btrfs/
Dcompression.h94 BTRFS_COMPRESS_ZLIB = 1, enumerator
Dprops.c398 type = BTRFS_COMPRESS_ZLIB; in prop_compression_apply()
416 case BTRFS_COMPRESS_ZLIB: in prop_compression_extract()
Dcompression.c35 case BTRFS_COMPRESS_ZLIB: in btrfs_compress_type2str()
Dsuper.c522 info->compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_parse_options()
Dioctl.c298 comp = btrfs_compress_type2str(BTRFS_COMPRESS_ZLIB); in btrfs_ioctl_setflags()
1385 int compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_defrag_file()
Ddisk-io.c2853 fs_info->compress_type = BTRFS_COMPRESS_ZLIB; in open_ctree()