Home
last modified time | relevance | path

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

/Linux-v6.6/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.c1296 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_extent_item_to_extent_map()
1319 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.c1026 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) in btrfs_do_readpage()
1073 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags) && in btrfs_do_readpage()
1351 ASSERT(!test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)); in __extent_writepage_io()
Dinode.c7250 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in create_io_em()
7530 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags) || in btrfs_dio_iomap_begin()
10104 } else if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in btrfs_encoded_read()
10666 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in btrfs_swap_activate()
/Linux-v6.6/fs/btrfs/tests/
Dextent-map-tests.c462 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in add_compressed_extent()
Dinode-tests.c1090 set_bit(EXTENT_FLAG_COMPRESSED, &compressed_only); in btrfs_test_inodes()
/Linux-v6.6/include/trace/events/
Dbtrfs.h277 { (1 << EXTENT_FLAG_COMPRESSED), "COMPRESSED" },\