Home
last modified time | relevance | path

Searched refs:bh_length (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/
H A Dreadbuf.c146 lbp->bh.bh_length = 0; in nfslog_init_buf()
312 if (lbp->bh.bh_length != 0) { in nfslog_free_buf()
317 lbp->bh.bh_length = 0; in nfslog_free_buf()
580 (lbp->last_record_offset - bh.bh_length < UINT32_MAX)) { in nfslog_rewrite_bufheader()
581 bh.bh_offset = lbp->last_record_offset - bh.bh_length; in nfslog_rewrite_bufheader()
H A Dnfs_log_xdr.c214 if (!xdr_u_int(xdrs, &objp->bh_length)) in xdr_nfslog_buffer_header()
/titanic_44/usr/src/uts/common/nfs/
H A Dnfs_log.h78 uint32_t bh_length; /* Length of this header */ member
90 uint32_t bh_length; /* Length of this header */ member
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_log_xdr.c128 if (!xdr_u_int(xdrs, &objp->bh_length))
H A Dnfs_log.c1279 lh.bh_length = 0; /* don't know yet how large it will be */ in create_buffer_header()