Searched refs:unused_bg_unpin_mutex (Results 1 – 4 of 4) sorted by relevance
1359 mutex_lock(&fs_info->unused_bg_unpin_mutex); in btrfs_delete_unused_bgs()1363 mutex_unlock(&fs_info->unused_bg_unpin_mutex); in btrfs_delete_unused_bgs()1370 mutex_unlock(&fs_info->unused_bg_unpin_mutex); in btrfs_delete_unused_bgs()1374 mutex_unlock(&fs_info->unused_bg_unpin_mutex); in btrfs_delete_unused_bgs()
2697 mutex_init(&fs_info->unused_bg_unpin_mutex); in open_ctree()4502 mutex_lock(&fs_info->unused_bg_unpin_mutex); in btrfs_destroy_pinned_extent()4506 mutex_unlock(&fs_info->unused_bg_unpin_mutex); in btrfs_destroy_pinned_extent()4513 mutex_unlock(&fs_info->unused_bg_unpin_mutex); in btrfs_destroy_pinned_extent()
2934 mutex_lock(&fs_info->unused_bg_unpin_mutex); in btrfs_finish_extent_commit()2938 mutex_unlock(&fs_info->unused_bg_unpin_mutex); in btrfs_finish_extent_commit()2948 mutex_unlock(&fs_info->unused_bg_unpin_mutex); in btrfs_finish_extent_commit()
877 struct mutex unused_bg_unpin_mutex; member