Home
last modified time | relevance | path

Searched refs:EXTENT_FLAG_COMPRESSED (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/fs/btrfs/
Dextent_map.h16 #define EXTENT_FLAG_COMPRESSED 1 macro
Dextent_map.c195 if (test_bit(EXTENT_FLAG_COMPRESSED, &prev->flags)) in mergable_maps()
523 !test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in merge_extent_mapping()
Dfile-item.c970 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_extent_item_to_extent_map()
992 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_extent_item_to_extent_map()
Dextent_io.c2260 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in btrfs_get_io_failure_record()
2981 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in __do_readpage()
3036 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags) && in __do_readpage()
3410 compressed = test_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in __extent_writepage_io()
4660 if (!test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) in extent_fiemap()
4706 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) in extent_fiemap()
Dfile.c638 compressed = test_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_drop_extent_cache()
Dinode.c7622 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in create_io_em()
7827 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags) || in btrfs_get_blocks_direct()
/linux-4.19.296/fs/btrfs/tests/
Dinode-tests.c1120 set_bit(EXTENT_FLAG_COMPRESSED, &compressed_only); in btrfs_test_inodes()
/linux-4.19.296/include/trace/events/
Dbtrfs.h201 { (1 << EXTENT_FLAG_COMPRESSED), "COMPRESSED" },\