Searched refs:BTRFS_FS_RELOC_RUNNING (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | fs.h | 187 BTRFS_FS_RELOC_RUNNING, enumerator
|
| H A D | transaction.c | 195 if (test_bit(BTRFS_FS_RELOC_RUNNING, &fs_info->flags)) in switch_commit_roots() 2128 if (!test_bit(BTRFS_FS_RELOC_RUNNING, &fs_info->flags)) in cleanup_transaction()
|
| H A D | relocation.c | 3907 if (test_and_set_bit(BTRFS_FS_RELOC_RUNNING, &fs_info->flags)) { in reloc_chunk_start() 3916 clear_and_wake_up_bit(BTRFS_FS_RELOC_RUNNING, &fs_info->flags); in reloc_chunk_start() 3929 ASSERT(test_bit(BTRFS_FS_RELOC_RUNNING, &fs_info->flags)); in reloc_chunk_end() 3933 clear_and_wake_up_bit(BTRFS_FS_RELOC_RUNNING, &fs_info->flags); in reloc_chunk_end()
|
| H A D | ioctl.c | 981 if (test_bit(BTRFS_FS_RELOC_RUNNING, &fs_info->flags)) in exclop_start_or_cancel_reloc() 982 wait_on_bit(&fs_info->flags, BTRFS_FS_RELOC_RUNNING, in exclop_start_or_cancel_reloc()
|