Home
last modified time | relevance | path

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

/linux-6.6.21/fs/btrfs/
Dextent_map.h19 EXTENT_FLAG_COMPRESSED, enumerator
Dextent_map.c195 if (test_bit(EXTENT_FLAG_COMPRESSED, &prev->flags)) in mergable_maps()
579 !test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in merge_extent_mapping()
784 compressed = test_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_drop_extent_map_range()
1000 ASSERT(!test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)); in split_extent_map()
Dfile-item.c1297 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_extent_item_to_extent_map()
1320 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_extent_item_to_extent_map()
Ddefrag.c661 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) in get_extent_max_capacity()
Dextent_io.c1031 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) in btrfs_do_readpage()
1078 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags) && in btrfs_do_readpage()
1356 ASSERT(!test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)); in __extent_writepage_io()
Dinode.c7276 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in create_io_em()
7556 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags) || in btrfs_dio_iomap_begin()
10130 } else if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in btrfs_encoded_read()
10699 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in btrfs_swap_activate()
/linux-6.6.21/fs/btrfs/tests/
Dextent-map-tests.c462 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in add_compressed_extent()
Dinode-tests.c1098 set_bit(EXTENT_FLAG_COMPRESSED, &compressed_only); in btrfs_test_inodes()
/linux-6.6.21/include/trace/events/
Dbtrfs.h277 { (1 << EXTENT_FLAG_COMPRESSED), "COMPRESSED" },\