Searched refs:btrfs_exclop_start (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | fs.c | 177 bool btrfs_exclop_start(struct btrfs_fs_info *fs_info, in btrfs_exclop_start() function
|
| H A D | fs.h | 1088 bool btrfs_exclop_start(struct btrfs_fs_info *fs_info,
|
| H A D | dev-replace.c | 1261 if (!btrfs_exclop_start(fs_info, BTRFS_EXCLOP_DEV_REPLACE)) { in btrfs_resume_dev_replace_async()
|
| H A D | ioctl.c | 980 if (!btrfs_exclop_start(fs_info, type)) in exclop_start_or_cancel_reloc() 2547 if (!btrfs_exclop_start(fs_info, BTRFS_EXCLOP_DEV_ADD)) { in btrfs_ioctl_add_dev() 3196 if (!btrfs_exclop_start(fs_info, BTRFS_EXCLOP_DEV_REPLACE)) { in btrfs_ioctl_dev_replace() 3376 if (btrfs_exclop_start(fs_info, BTRFS_EXCLOP_BALANCE)) { in btrfs_try_lock_balance()
|
| H A D | volumes.c | 2785 * - All device ops and balance - as we are in btrfs_exclop_start. 5210 if (!btrfs_exclop_start(fs_info, BTRFS_EXCLOP_BALANCE_PAUSED)) in btrfs_pause_balance() 8936 if (!btrfs_exclop_start(fs_info, BTRFS_EXCLOP_BALANCE)) { in relocating_repair_kthread()
|
| H A D | block-group.c | 2090 if (!btrfs_exclop_start(fs_info, BTRFS_EXCLOP_BALANCE)) in btrfs_reclaim_block_groups()
|
| H A D | inode.c | 10392 if (!btrfs_exclop_start(fs_info, BTRFS_EXCLOP_SWAP_ACTIVATE)) { in btrfs_swap_activate()
|