Searched refs:unused_bg_unpin_mutex (Results 1 – 4 of 4) sorted by relevance
2993 mutex_init(&fs_info->unused_bg_unpin_mutex); in btrfs_init_fs_info()5094 mutex_lock(&fs_info->unused_bg_unpin_mutex); in btrfs_destroy_pinned_extent()5098 mutex_unlock(&fs_info->unused_bg_unpin_mutex); in btrfs_destroy_pinned_extent()5105 mutex_unlock(&fs_info->unused_bg_unpin_mutex); in btrfs_destroy_pinned_extent()
1265 mutex_lock(&fs_info->unused_bg_unpin_mutex); in clean_pinned_extents()1276 mutex_unlock(&fs_info->unused_bg_unpin_mutex); in clean_pinned_extents()
2774 mutex_lock(&fs_info->unused_bg_unpin_mutex); in btrfs_finish_extent_commit()2778 mutex_unlock(&fs_info->unused_bg_unpin_mutex); in btrfs_finish_extent_commit()2788 mutex_unlock(&fs_info->unused_bg_unpin_mutex); in btrfs_finish_extent_commit()
997 struct mutex unused_bg_unpin_mutex; member