Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dextent_map.h19 EXTENT_FLAG_COMPRESSED, enumerator
Dextent_map.c203 if (test_bit(EXTENT_FLAG_COMPRESSED, &prev->flags)) in mergable_maps()
581 !test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in merge_extent_mapping()
776 compressed = test_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_drop_extent_map_range()
Dfile-item.c1243 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_extent_item_to_extent_map()
1265 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_extent_item_to_extent_map()
Dextent_io.c1797 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) in btrfs_do_readpage()
1844 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags) && in btrfs_do_readpage()
2147 compressed = test_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in __extent_writepage_io()
Dinode.c2563 ASSERT(!test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)); in split_zoned_em()
7369 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in create_io_em()
7643 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags) || in btrfs_dio_iomap_begin()
10523 } else if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in btrfs_encoded_read()
11090 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in btrfs_swap_activate()
Dioctl.c1236 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) in get_extent_max_capacity()
/Linux-v6.1/fs/btrfs/tests/
Dinode-tests.c1108 set_bit(EXTENT_FLAG_COMPRESSED, &compressed_only); in btrfs_test_inodes()
/Linux-v6.1/include/trace/events/
Dbtrfs.h277 { (1 << EXTENT_FLAG_COMPRESSED), "COMPRESSED" },\