Searched refs:btrfs_exclop_start (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/fs/btrfs/ |
D | fs.h | 879 bool btrfs_exclop_start(struct btrfs_fs_info *fs_info,
|
D | ioctl.c | 398 bool btrfs_exclop_start(struct btrfs_fs_info *fs_info, in btrfs_exclop_start() function 1065 if (!btrfs_exclop_start(fs_info, type)) in exclop_start_or_cancel_reloc() 2638 if (!btrfs_exclop_start(fs_info, BTRFS_EXCLOP_DEV_ADD)) { in btrfs_ioctl_add_dev() 3292 if (!btrfs_exclop_start(fs_info, BTRFS_EXCLOP_DEV_REPLACE)) { in btrfs_ioctl_dev_replace() 3492 if (btrfs_exclop_start(fs_info, BTRFS_EXCLOP_BALANCE)) { in btrfs_try_lock_balance()
|
D | dev-replace.c | 1204 if (!btrfs_exclop_start(fs_info, BTRFS_EXCLOP_DEV_REPLACE)) { in btrfs_resume_dev_replace_async()
|
D | volumes.c | 4544 if (!btrfs_exclop_start(fs_info, BTRFS_EXCLOP_BALANCE_PAUSED)) in btrfs_recover_balance() 7969 if (!btrfs_exclop_start(fs_info, BTRFS_EXCLOP_BALANCE)) { in relocating_repair_kthread()
|
D | block-group.c | 1757 if (!btrfs_exclop_start(fs_info, BTRFS_EXCLOP_BALANCE)) { in btrfs_reclaim_bgs_work()
|
D | inode.c | 10592 if (!btrfs_exclop_start(fs_info, BTRFS_EXCLOP_SWAP_ACTIVATE)) { in btrfs_swap_activate()
|