Searched refs:CHUNK_ALLOCATED (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/btrfs/tests/ |
| A D | extent-io-tests.c | 583 CHUNK_TRIMMED | CHUNK_ALLOCATED, NULL); in test_find_first_clear_extent_bit() 586 CHUNK_TRIMMED | CHUNK_ALLOCATED); in test_find_first_clear_extent_bit() 596 CHUNK_TRIMMED | CHUNK_ALLOCATED, NULL); in test_find_first_clear_extent_bit() 602 CHUNK_TRIMMED | CHUNK_ALLOCATED); in test_find_first_clear_extent_bit() 615 CHUNK_TRIMMED | CHUNK_ALLOCATED); in test_find_first_clear_extent_bit() 627 set_extent_bit(&tree, SZ_64M, SZ_64M + SZ_8M - 1, CHUNK_ALLOCATED, NULL); in test_find_first_clear_extent_bit() 666 clear_extent_bits(&tree, 0, (u64)-1, CHUNK_TRIMMED | CHUNK_ALLOCATED); in test_find_first_clear_extent_bit()
|
| /linux/fs/btrfs/ |
| A D | extent-io-tree.h | 79 #define CHUNK_ALLOCATED EXTENT_DIRTY macro 81 #define CHUNK_STATE_MASK (CHUNK_ALLOCATED | \
|
| A D | dev-replace.c | 810 CHUNK_ALLOCATED, &cached_state)) { in btrfs_set_target_alloc_state() 812 found_end, CHUNK_ALLOCATED, NULL); in btrfs_set_target_alloc_state()
|
| A D | volumes.c | 1462 CHUNK_ALLOCATED, NULL)) { in contains_pending_extent() 5392 chunk_map_device_clear_bits(map, CHUNK_ALLOCATED); in btrfs_remove_chunk_map() 5426 chunk_map_device_set_bits(map, CHUNK_ALLOCATED); in btrfs_add_chunk_map() 5777 chunk_map_device_clear_bits(map, CHUNK_ALLOCATED); in btrfs_mapping_tree_free()
|
| A D | extent-tree.c | 6431 CHUNK_TRIMMED | CHUNK_ALLOCATED); in btrfs_trim_free_extents()
|
Completed in 906 milliseconds