Searched refs:EXTENT_FLAG_COMPRESSED (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.6/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 | 1296 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()
|
| D | defrag.c | 661 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) in get_extent_max_capacity()
|
| D | extent_io.c | 1026 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()
|
| D | inode.c | 7250 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/ |
| D | extent-map-tests.c | 462 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in add_compressed_extent()
|
| D | inode-tests.c | 1090 set_bit(EXTENT_FLAG_COMPRESSED, &compressed_only); in btrfs_test_inodes()
|
| /Linux-v6.6/include/trace/events/ |
| D | btrfs.h | 277 { (1 << EXTENT_FLAG_COMPRESSED), "COMPRESSED" },\
|