Searched refs:EXTENT_FLAG_COMPRESSED (Results 1 – 7 of 7) sorted by relevance
/fs/btrfs/ |
D | extent_map.h | 19 EXTENT_FLAG_COMPRESSED, enumerator
|
D | extent_map.c | 199 if (test_bit(EXTENT_FLAG_COMPRESSED, &prev->flags)) in mergable_maps() 572 !test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in merge_extent_mapping()
|
D | file-item.c | 1228 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_extent_item_to_extent_map() 1250 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_extent_item_to_extent_map()
|
D | extent_io.c | 2537 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in btrfs_get_io_failure_record() 3627 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in btrfs_do_readpage() 3678 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags) && in btrfs_do_readpage() 3981 compressed = test_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in __extent_writepage_io() 5619 if (!test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) in extent_fiemap() 5664 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) in extent_fiemap()
|
D | inode.c | 2394 ASSERT(!test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)); in split_zoned_em() 7844 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in create_io_em() 8063 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags) || in btrfs_dio_iomap_begin() 10927 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in btrfs_swap_activate()
|
D | file.c | 577 compressed = test_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_drop_extent_cache()
|
/fs/btrfs/tests/ |
D | inode-tests.c | 1108 set_bit(EXTENT_FLAG_COMPRESSED, &compressed_only); in btrfs_test_inodes()
|