ctl->free_space -= bytes;
 }
 
-static void bitmap_set_bits(struct btrfs_free_space_ctl *ctl,
-                           struct btrfs_free_space *info, u64 offset,
-                           u64 bytes)
+static void btrfs_bitmap_set_bits(struct btrfs_free_space_ctl *ctl,
+                                 struct btrfs_free_space *info, u64 offset,
+                                 u64 bytes)
 {
        unsigned long start, count, end;
        int extent_delta = 1;
 
        bytes_to_set = min(end - offset, bytes);
 
-       bitmap_set_bits(ctl, info, offset, bytes_to_set);
+       btrfs_bitmap_set_bits(ctl, info, offset, bytes_to_set);
 
        return bytes_to_set;