Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/tests/
H A Dinode-tests.c600 if (extent_map_compression(em) != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
602 BTRFS_COMPRESS_ZLIB, extent_map_compression(em)); in test_btrfs_get_extent()
633 if (extent_map_compression(em) != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
635 BTRFS_COMPRESS_ZLIB, extent_map_compression(em)); in test_btrfs_get_extent()
695 if (extent_map_compression(em) != BTRFS_COMPRESS_ZLIB) { in test_btrfs_get_extent()
697 BTRFS_COMPRESS_ZLIB, extent_map_compression(em)); in test_btrfs_get_extent()
/linux-6.15/fs/btrfs/
H A Dextent_map.h122 static inline enum btrfs_compression_type extent_map_compression(const struct extent_map *em) in extent_map_compression() function
H A Dcompression.c603 cb->compress_type = extent_map_compression(em); in btrfs_submit_compressed_read()
H A Dextent_io.c986 compress_type = extent_map_compression(em); in btrfs_do_readpage()
H A Dtree-log.c4706 compress_type = extent_map_compression(em); in log_one_extent()
H A Dinode.c9488 extent_map_compression(em)); in btrfs_encoded_read()