Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dreadbuf.c144 lbp->bh.bh_length = 0; in nfslog_init_buf()
310 if (lbp->bh.bh_length != 0) { in nfslog_free_buf()
315 lbp->bh.bh_length = 0; in nfslog_free_buf()
578 (lbp->last_record_offset - bh.bh_length < UINT32_MAX)) { in nfslog_rewrite_bufheader()
579 bh.bh_offset = lbp->last_record_offset - bh.bh_length; in nfslog_rewrite_bufheader()
H A Dnfs_log_xdr.c212 if (!xdr_u_int(xdrs, &objp->bh_length)) in xdr_nfslog_buffer_header()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_log.h81 uint32_t bh_length; /* Length of this header */ member
93 uint32_t bh_length; /* Length of this header */ member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log_xdr.c128 if (!xdr_u_int(xdrs, &objp->bh_length))
H A Dnfs_log.c1282 lh.bh_length = 0; /* don't know yet how large it will be */ in create_buffer_header()