Searched refs:CHUNK_TRIMMED (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/fs/btrfs/tests/ |
D | extent-io-tests.c | 551 find_first_clear_extent_bit(&tree, 0, &start, &end, CHUNK_TRIMMED); in test_find_first_clear_extent_bit() 563 CHUNK_TRIMMED | CHUNK_ALLOCATED, NULL); in test_find_first_clear_extent_bit() 566 CHUNK_TRIMMED | CHUNK_ALLOCATED); in test_find_first_clear_extent_bit() 576 CHUNK_TRIMMED | CHUNK_ALLOCATED, NULL); in test_find_first_clear_extent_bit() 582 CHUNK_TRIMMED | CHUNK_ALLOCATED); in test_find_first_clear_extent_bit() 595 CHUNK_TRIMMED | CHUNK_ALLOCATED); in test_find_first_clear_extent_bit() 609 CHUNK_TRIMMED); in test_find_first_clear_extent_bit() 618 CHUNK_TRIMMED); in test_find_first_clear_extent_bit() 634 find_first_clear_extent_bit(&tree, -1, &start, &end, CHUNK_TRIMMED); in test_find_first_clear_extent_bit() 646 clear_extent_bits(&tree, 0, (u64)-1, CHUNK_TRIMMED | CHUNK_ALLOCATED); in test_find_first_clear_extent_bit()
|
/linux-6.6.21/fs/btrfs/ |
D | extent-io-tree.h | 70 #define CHUNK_TRIMMED EXTENT_DEFRAG macro 72 CHUNK_TRIMMED)
|
D | extent_map.c | 417 extent_map_device_clear_bits(em, CHUNK_TRIMMED); in add_extent_mapping()
|
D | extent-tree.c | 6020 CHUNK_TRIMMED | CHUNK_ALLOCATED); in btrfs_trim_free_extents() 6058 start + bytes - 1, CHUNK_TRIMMED, NULL); in btrfs_trim_free_extents()
|