Home
last modified time | relevance | path

Searched refs:BLOCK_GROUP_FLAG_TO_COPY (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dblock-group.h64 BLOCK_GROUP_FLAG_TO_COPY, enumerator
H A Ddev-replace.c534 set_bit(BLOCK_GROUP_FLAG_TO_COPY, &cache->runtime_flags); in mark_block_group_to_copy()
596 clear_bit(BLOCK_GROUP_FLAG_TO_COPY, &cache->runtime_flags); in btrfs_finish_block_group_to_copy()
H A Dscrub.c2495 if (!test_bit(BLOCK_GROUP_FLAG_TO_COPY, &cache->runtime_flags)) { in scrub_enumerate_chunks()
H A Dvolumes.c6094 ret = test_bit(BLOCK_GROUP_FLAG_TO_COPY, &cache->runtime_flags); in is_block_group_to_copy()