Lines Matching refs:hbp
2958 char *hbp, *dbp;
2981 * new hbp that is the correct size.
2983 hbp = xlog_alloc_buffer(log, 1);
2984 if (!hbp)
2987 error = xlog_bread(log, tail_blk, 1, hbp, &offset);
3020 kmem_free(hbp);
3021 hbp = xlog_alloc_buffer(log, hblks);
3026 hbp = xlog_alloc_buffer(log, 1);
3030 if (!hbp)
3034 kmem_free(hbp);
3049 offset = hbp;
3054 error = xlog_bread(log, blk_no, hblks, hbp,
3066 split_hblks, hbp,
3169 error = xlog_bread(log, blk_no, hblks, hbp, &offset);
3197 kmem_free(hbp);