/* struct btrfs_block_group_item */
 BTRFS_SETGET_STACK_FUNCS(stack_block_group_used, struct btrfs_block_group_item,
                         used, 64);
-BTRFS_SETGET_FUNCS(disk_block_group_used, struct btrfs_block_group_item,
+BTRFS_SETGET_FUNCS(block_group_used, struct btrfs_block_group_item,
                         used, 64);
 BTRFS_SETGET_STACK_FUNCS(stack_block_group_chunk_objectid,
                        struct btrfs_block_group_item, chunk_objectid, 64);
 
-BTRFS_SETGET_FUNCS(disk_block_group_chunk_objectid,
+BTRFS_SETGET_FUNCS(block_group_chunk_objectid,
                   struct btrfs_block_group_item, chunk_objectid, 64);
-BTRFS_SETGET_FUNCS(disk_block_group_flags,
+BTRFS_SETGET_FUNCS(block_group_flags,
                   struct btrfs_block_group_item, flags, 64);
 BTRFS_SETGET_STACK_FUNCS(stack_block_group_flags,
                        struct btrfs_block_group_item, flags, 64);
 
                                            struct btrfs_block_group_item);
                        pr_info(
                   "\t\tblock group used %llu chunk_objectid %llu flags %llu\n",
-                               btrfs_disk_block_group_used(l, bi),
-                               btrfs_disk_block_group_chunk_objectid(l, bi),
-                               btrfs_disk_block_group_flags(l, bi));
+                               btrfs_block_group_used(l, bi),
+                               btrfs_block_group_chunk_objectid(l, bi),
+                               btrfs_block_group_flags(l, bi));
                        break;
                case BTRFS_CHUNK_ITEM_KEY:
                        print_chunk(l, btrfs_item_ptr(l, i,