Searched refs:qgroup_rescan_lock (Results 1 – 3 of 3) sorted by relevance
2583 mutex_lock(&fs_info->qgroup_rescan_lock); in btrfs_qgroup_account_extent()2586 mutex_unlock(&fs_info->qgroup_rescan_lock); in btrfs_qgroup_account_extent()2591 mutex_unlock(&fs_info->qgroup_rescan_lock); in btrfs_qgroup_account_extent()3152 mutex_lock(&fs_info->qgroup_rescan_lock); in qgroup_rescan_leaf()3174 mutex_unlock(&fs_info->qgroup_rescan_lock); in qgroup_rescan_leaf()3186 mutex_unlock(&fs_info->qgroup_rescan_lock); in qgroup_rescan_leaf()3191 mutex_unlock(&fs_info->qgroup_rescan_lock); in qgroup_rescan_leaf()3271 mutex_lock(&fs_info->qgroup_rescan_lock); in btrfs_qgroup_rescan_worker()3278 mutex_unlock(&fs_info->qgroup_rescan_lock); in btrfs_qgroup_rescan_worker()3293 mutex_lock(&fs_info->qgroup_rescan_lock); in btrfs_qgroup_rescan_worker()[all …]
934 struct mutex qgroup_rescan_lock; /* protects the progress item */ member
2283 mutex_init(&fs_info->qgroup_rescan_lock); in btrfs_init_qgroup()