Lines Matching refs:cluster_locked
950 struct btrfs_free_cluster *cluster_locked = NULL;
962 cluster_locked = cluster;
963 spin_lock(&cluster_locked->lock);
987 cluster_locked = cluster;
988 spin_lock(&cluster_locked->lock);
992 if (cluster_locked) {
993 spin_unlock(&cluster_locked->lock);
994 cluster_locked = NULL;
1013 if (cluster_locked)
1014 spin_unlock(&cluster_locked->lock);