Searched refs:EXTENT_FLAG_COMPRESSED (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | extent_map.h | 16 #define EXTENT_FLAG_COMPRESSED 1 macro
|
D | extent_map.c | 195 if (test_bit(EXTENT_FLAG_COMPRESSED, &prev->flags)) in mergable_maps() 512 !test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in merge_extent_mapping()
|
D | file-item.c | 964 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_extent_item_to_extent_map() 986 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_extent_item_to_extent_map()
|
D | extent_io.c | 2205 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in btrfs_get_io_failure_record() 2948 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) { in __do_readpage() 3003 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags) && in __do_readpage() 3379 compressed = test_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in __extent_writepage_io() 4530 if (!test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) in extent_fiemap() 4576 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags)) in extent_fiemap()
|
D | file.c | 630 compressed = test_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in btrfs_drop_extent_cache()
|
D | inode.c | 7453 set_bit(EXTENT_FLAG_COMPRESSED, &em->flags); in create_io_em() 7658 if (test_bit(EXTENT_FLAG_COMPRESSED, &em->flags) || in btrfs_get_blocks_direct()
|
/Linux-v4.19/fs/btrfs/tests/ |
D | inode-tests.c | 1119 set_bit(EXTENT_FLAG_COMPRESSED, &compressed_only); in btrfs_test_inodes()
|
/Linux-v4.19/include/trace/events/ |
D | btrfs.h | 201 { (1 << EXTENT_FLAG_COMPRESSED), "COMPRESSED" },\
|