Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dextent_map.h19 EXTENT_FLAG_COMPRESSED, enumerator
Dextent_map.c199 if (test_bit(EXTENT_FLAG_COMPRESSED, &prev->flags)) in mergable_maps()
572 !test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in merge_extent_mapping()
Dfile-item.c1225 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_extent_item_to_extent_map()
1247 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_extent_item_to_extent_map()
Dextent_io.c2535 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in btrfs_get_io_failure_record()
3626 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in btrfs_do_readpage()
3677 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags) && in btrfs_do_readpage()
3972 compressed = test_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in __extent_writepage_io()
5590 if (!test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) in extent_fiemap()
5635 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) in extent_fiemap()
Dinode.c2334 ASSERT(!test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)); in split_zoned_em()
7728 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in create_io_em()
7919 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags) || in btrfs_dio_iomap_begin()
10729 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in btrfs_swap_activate()
Dfile.c577 compressed = test_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_drop_extent_cache()
/Linux-v5.15/fs/btrfs/tests/
Dinode-tests.c1108 set_bit(EXTENT_FLAG_COMPRESSED, &compressed_only); in btrfs_test_inodes()
/Linux-v5.15/include/trace/events/
Dbtrfs.h276 { (1 << EXTENT_FLAG_COMPRESSED), "COMPRESSED" },\