Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Drelocation.c3900 if (test_and_set_bit(BTRFS_FS_RELOC_RUNNING, &fs_info->flags)) { in reloc_chunk_start()
3929 clear_and_wake_up_bit(BTRFS_FS_RELOC_RUNNING, &fs_info->flags); in reloc_chunk_end()
Dioctl.c1647 if (test_bit(BTRFS_FS_RELOC_RUNNING, &fs_info->flags)) in exclop_start_or_cancel_reloc()
1648 wait_on_bit(&fs_info->flags, BTRFS_FS_RELOC_RUNNING, in exclop_start_or_cancel_reloc()
Dctree.h573 BTRFS_FS_RELOC_RUNNING, enumerator
Dsend.c7413 if (test_bit(BTRFS_FS_RELOC_RUNNING, &fs_info->flags)) { in btrfs_ioctl_send()