Searched refs:BTRFS_FS_RELOC_RUNNING (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/btrfs/
H A Dfs.h135 BTRFS_FS_RELOC_RUNNING, enumerator in enum:__anon1698
H A Dtransaction.c188 if (test_bit(BTRFS_FS_RELOC_RUNNING, &fs_info->flags))
2071 if (!test_bit(BTRFS_FS_RELOC_RUNNING, &fs_info->flags))
H A Drelocation.c3980 if (test_and_set_bit(BTRFS_FS_RELOC_RUNNING, &fs_info->flags)) {
4006 clear_and_wake_up_bit(BTRFS_FS_RELOC_RUNNING, &fs_info->flags);
H A Dioctl.c1115 if (test_bit(BTRFS_FS_RELOC_RUNNING, &fs_info->flags))
1116 wait_on_bit(&fs_info->flags, BTRFS_FS_RELOC_RUNNING,

Completed in 134 milliseconds