Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dextent_map.h19 EXTENT_FLAG_COMPRESSED, enumerator
H A Dextent_map.c199 if (test_bit(EXTENT_FLAG_COMPRESSED, &prev->flags)) in mergable_maps()
569 !test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in merge_extent_mapping()
H A Dfile-item.c1077 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_extent_item_to_extent_map()
1099 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_extent_item_to_extent_map()
H A Dextent_io.c2508 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in btrfs_get_io_failure_record()
3216 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in btrfs_do_readpage()
3270 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags) && in btrfs_do_readpage()
3520 compressed = test_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in __extent_writepage_io()
4792 if (!test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) in extent_fiemap()
4837 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) in extent_fiemap()
H A Dinode.c7277 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in create_io_em()
7480 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags) || in btrfs_dio_iomap_begin()
10286 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in btrfs_swap_activate()
H A Dfile.c569 compressed = test_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_drop_extent_cache()
/OK3568_Linux_fs/kernel/fs/btrfs/tests/
H A Dinode-tests.c1117 set_bit(EXTENT_FLAG_COMPRESSED, &compressed_only); in btrfs_test_inodes()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dbtrfs.h275 { (1 << EXTENT_FLAG_COMPRESSED), "COMPRESSED" },\