Searched refs:qgroup_rescan_lock (Results 1 – 3 of 3) sorted by relevance
2613 mutex_lock(&fs_info->qgroup_rescan_lock); in btrfs_qgroup_account_extent()2616 mutex_unlock(&fs_info->qgroup_rescan_lock); in btrfs_qgroup_account_extent()2621 mutex_unlock(&fs_info->qgroup_rescan_lock); in btrfs_qgroup_account_extent()3182 mutex_lock(&fs_info->qgroup_rescan_lock); in qgroup_rescan_leaf()3204 mutex_unlock(&fs_info->qgroup_rescan_lock); in qgroup_rescan_leaf()3216 mutex_unlock(&fs_info->qgroup_rescan_lock); in qgroup_rescan_leaf()3221 mutex_unlock(&fs_info->qgroup_rescan_lock); in qgroup_rescan_leaf()3301 mutex_lock(&fs_info->qgroup_rescan_lock); in btrfs_qgroup_rescan_worker()3308 mutex_unlock(&fs_info->qgroup_rescan_lock); in btrfs_qgroup_rescan_worker()3323 mutex_lock(&fs_info->qgroup_rescan_lock); in btrfs_qgroup_rescan_worker()[all …]
902 struct mutex qgroup_rescan_lock; /* protects the progress item */ member
2156 mutex_init(&fs_info->qgroup_rescan_lock); in btrfs_init_qgroup()