Searched refs:unused_bg_unpin_mutex (Results 1 – 4 of 4) sorted by relevance
3022 mutex_init(&fs_info->unused_bg_unpin_mutex); in btrfs_init_fs_info()5139 mutex_lock(&fs_info->unused_bg_unpin_mutex); in btrfs_destroy_pinned_extent()5143 mutex_unlock(&fs_info->unused_bg_unpin_mutex); in btrfs_destroy_pinned_extent()5150 mutex_unlock(&fs_info->unused_bg_unpin_mutex); in btrfs_destroy_pinned_extent()
1297 mutex_lock(&fs_info->unused_bg_unpin_mutex); in clean_pinned_extents()1308 mutex_unlock(&fs_info->unused_bg_unpin_mutex); in clean_pinned_extents()
2780 mutex_lock(&fs_info->unused_bg_unpin_mutex); in btrfs_finish_extent_commit()2784 mutex_unlock(&fs_info->unused_bg_unpin_mutex); in btrfs_finish_extent_commit()2794 mutex_unlock(&fs_info->unused_bg_unpin_mutex); in btrfs_finish_extent_commit()
995 struct mutex unused_bg_unpin_mutex; member