Searched refs:BTRFS_ROOT_DEAD_RELOC_TREE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ctree.h | 162 BTRFS_ROOT_DEAD_RELOC_TREE, enumerator
|
H A D | relocation.c | 310 if (test_bit(BTRFS_ROOT_DEAD_RELOC_TREE, &root->state)) in reloc_root_is_dead() 936 set_bit(BTRFS_ROOT_DEAD_RELOC_TREE, &root->state); in btrfs_update_reloc_root() 1661 clear_bit(BTRFS_ROOT_DEAD_RELOC_TREE, &root->state); in clean_dirty_subvols() 2059 clear_bit(BTRFS_ROOT_DEAD_RELOC_TREE, in merge_reloc_roots()
|
H A D | disk-io.c | 1826 WARN_ON(test_bit(BTRFS_ROOT_DEAD_RELOC_TREE, &root->state)); in btrfs_put_root()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | relocation.c | 298 if (test_bit(BTRFS_ROOT_DEAD_RELOC_TREE, &root->state)) in reloc_root_is_dead() 915 set_bit(BTRFS_ROOT_DEAD_RELOC_TREE, &root->state); in btrfs_update_reloc_root() 1626 clear_bit(BTRFS_ROOT_DEAD_RELOC_TREE, &root->state); in clean_dirty_subvols() 1959 clear_bit(BTRFS_ROOT_DEAD_RELOC_TREE, in merge_reloc_roots()
|
H A D | ctree.h | 1027 BTRFS_ROOT_DEAD_RELOC_TREE, enumerator
|
H A D | disk-io.c | 2060 WARN_ON(test_bit(BTRFS_ROOT_DEAD_RELOC_TREE, &root->state)); in btrfs_put_root()
|
Completed in 29 milliseconds