Home
last modified time | relevance | path

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

/linux/fs/btrfs/tests/
H A Dinode-tests.c602 if (btrfs_extent_map_compression(em) != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
604 BTRFS_COMPRESS_ZLIB, btrfs_extent_map_compression(em)); in test_btrfs_get_extent()
635 if (btrfs_extent_map_compression(em) != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
637 BTRFS_COMPRESS_ZLIB, btrfs_extent_map_compression(em)); in test_btrfs_get_extent()
697 if (btrfs_extent_map_compression(em) != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
699 BTRFS_COMPRESS_ZLIB, btrfs_extent_map_compression(em)); in test_btrfs_get_extent()
/linux/fs/btrfs/
H A Dextent_map.h121 static inline enum btrfs_compression_type btrfs_extent_map_compression( in btrfs_extent_map_compression() function
H A Dcompression.c564 cb->compress_type = btrfs_extent_map_compression(em); in btrfs_submit_compressed_read()
H A Dextent_io.c1066 compress_type = btrfs_extent_map_compression(em); in btrfs_do_readpage()
H A Dtree-log.c5165 compress_type = btrfs_extent_map_compression(em); in log_one_extent()
H A Dinode.c9831 btrfs_extent_map_compression(em)); in btrfs_encoded_read()