Searched refs:BTRFS_COMPRESS_ZLIB (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/btrfs/tests/ |
D | inode-tests.c | 187 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/ |
D | props.c | 405 type = BTRFS_COMPRESS_ZLIB; in prop_compression_apply() 419 case BTRFS_COMPRESS_ZLIB: in prop_compression_extract()
|
D | super.c | 465 info->compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_parse_options() 1140 if (info->compress_type == BTRFS_COMPRESS_ZLIB) in btrfs_show_options()
|
D | ctree.h | 710 BTRFS_COMPRESS_ZLIB = 1, enumerator
|
D | disk-io.c | 2730 fs_info->compress_type = BTRFS_COMPRESS_ZLIB; in open_ctree()
|
D | ioctl.c | 1267 int compress_type = BTRFS_COMPRESS_ZLIB; in btrfs_defrag_file()
|