Searched refs:CHUNK_ALLOCATED (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/btrfs/
H A Dextent-io-tree.h76 #define CHUNK_ALLOCATED EXTENT_DIRTY macro
78 #define CHUNK_STATE_MASK (CHUNK_ALLOCATED | \
H A Ddev-replace.c810 CHUNK_ALLOCATED, &cached_state)) {
812 found_end, CHUNK_ALLOCATED, NULL);
H A Dvolumes.c1458 CHUNK_ALLOCATED, NULL)) {
5562 chunk_map_device_clear_bits(map, CHUNK_ALLOCATED);
5596 chunk_map_device_set_bits(map, CHUNK_ALLOCATED);
5964 chunk_map_device_clear_bits(map, CHUNK_ALLOCATED);
H A Dextent-tree.c6250 CHUNK_TRIMMED | CHUNK_ALLOCATED);
/linux-master/fs/btrfs/tests/
H A Dextent-io-tests.c583 CHUNK_TRIMMED | CHUNK_ALLOCATED, NULL);
586 CHUNK_TRIMMED | CHUNK_ALLOCATED);
596 CHUNK_TRIMMED | CHUNK_ALLOCATED, NULL);
602 CHUNK_TRIMMED | CHUNK_ALLOCATED);
615 CHUNK_TRIMMED | CHUNK_ALLOCATED);
627 set_extent_bit(&tree, SZ_64M, SZ_64M + SZ_8M - 1, CHUNK_ALLOCATED, NULL);
666 clear_extent_bits(&tree, 0, (u64)-1, CHUNK_TRIMMED | CHUNK_ALLOCATED);

Completed in 213 milliseconds