Searched refs:EXTENT_FLAG_COMPRESSED (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | extent_map.h | 13 #define EXTENT_FLAG_COMPRESSED 1 macro
|
D | extent_map.c | 194 if (test_bit(EXTENT_FLAG_COMPRESSED, &prev->flags)) in mergable_maps()
|
D | file-item.c | 922 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_extent_item_to_extent_map() 944 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_extent_item_to_extent_map()
|
D | extent_io.c | 2315 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in btrfs_get_io_failure_record() 3058 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in __do_readpage() 3113 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags) && in __do_readpage() 3518 compressed = test_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in __extent_writepage_io() 4572 if (!test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) in extent_fiemap() 4617 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) in extent_fiemap()
|
D | file.c | 583 compressed = test_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_drop_extent_cache()
|
D | inode.c | 789 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in submit_compressed_extents() 6692 !test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in merge_extent_mapping() 7583 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags) || in btrfs_get_blocks_direct()
|
/linux-4.4.14/fs/btrfs/tests/ |
D | inode-tests.c | 1109 set_bit(EXTENT_FLAG_COMPRESSED, &compressed_only); in btrfs_test_inodes()
|
/linux-4.4.14/include/trace/events/ |
D | btrfs.h | 162 { (1 << EXTENT_FLAG_COMPRESSED), "COMPRESSED" },\
|