Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dextent_map.h19 EXTENT_FLAG_COMPRESSED, enumerator
Dextent_map.c199 if (test_bit(EXTENT_FLAG_COMPRESSED, &prev->flags)) in mergable_maps()
554 !test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in merge_extent_mapping()
Dfile-item.c977 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_extent_item_to_extent_map()
999 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_extent_item_to_extent_map()
Dextent_io.c2417 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in btrfs_get_io_failure_record()
3129 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in __do_readpage()
3184 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags) && in __do_readpage()
3483 compressed = test_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in __extent_writepage_io()
4712 if (!test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) in extent_fiemap()
4758 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) in extent_fiemap()
Dfile.c639 compressed = test_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_drop_extent_cache()
Dinode.c7596 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in create_io_em()
7798 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags) || in btrfs_get_blocks_direct()
10835 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in btrfs_swap_activate()
/Linux-v5.4/fs/btrfs/tests/
Dinode-tests.c1118 set_bit(EXTENT_FLAG_COMPRESSED, &compressed_only); in btrfs_test_inodes()
/Linux-v5.4/include/trace/events/
Dbtrfs.h237 { (1 << EXTENT_FLAG_COMPRESSED), "COMPRESSED" },\