Searched refs:cluster_locked (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/btrfs/
H A Dfree-space-cache.c1079 struct btrfs_free_cluster *cluster_locked = NULL; local
1091 cluster_locked = cluster;
1092 spin_lock(&cluster_locked->lock);
1116 cluster_locked = cluster;
1117 spin_lock(&cluster_locked->lock);
1121 if (cluster_locked) {
1122 spin_unlock(&cluster_locked->lock);
1123 cluster_locked = NULL;
1142 if (cluster_locked)
1143 spin_unlock(&cluster_locked
[all...]

Completed in 109 milliseconds