Searched refs:EXTENT_FLAG_COMPRESSED (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/fs/btrfs/ |
D | extent_map.h | 19 EXTENT_FLAG_COMPRESSED, enumerator
|
D | extent_map.c | 195 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()
|
D | file-item.c | 1297 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()
|
D | defrag.c | 661 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) in get_extent_max_capacity()
|
D | extent_io.c | 1031 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()
|
D | inode.c | 7276 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/ |
D | extent-map-tests.c | 462 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in add_compressed_extent()
|
D | inode-tests.c | 1098 set_bit(EXTENT_FLAG_COMPRESSED, &compressed_only); in btrfs_test_inodes()
|
/linux-6.6.21/include/trace/events/ |
D | btrfs.h | 277 { (1 << EXTENT_FLAG_COMPRESSED), "COMPRESSED" },\
|