Lines Matching defs:bh
146 lbp->bh.bh_length = 0;
229 if (!xdr_nfslog_buffer_header(&lbp->bh_lrp->xdrs, &lbp->bh)) {
242 * 'lbp->bh.bh_offset' contains the offset of where to begin
245 lbp->next_rec += lbp->bh.bh_offset;
312 if (lbp->bh.bh_length != 0) {
316 (void) xdr_nfslog_buffer_header(&xdrs, &lbp->bh);
317 lbp->bh.bh_length = 0;
552 nfslog_buffer_header bh;
562 if (lbp->bh.bh_flags & NFSLOG_BH_OFFSET_OVERFLOW) {
572 bh = lbp->bh;
579 if ((bh.bh_version > 1) ||
580 (lbp->last_record_offset - bh.bh_length < UINT32_MAX)) {
581 bh.bh_offset = lbp->last_record_offset - bh.bh_length;
584 bh.bh_flags |= NFSLOG_BH_OFFSET_OVERFLOW;
585 lbp->bh.bh_flags = bh.bh_flags;
593 if (!xdr_nfslog_buffer_header(&xdrs, &bh)) {