Home
last modified time | relevance | path

Searched refs:rh_rec_id (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/
H A Dreadbuf.c496 int ins_rec_id = lrp->log_record.re_header.rh_rec_id; in insert_lrp_to_lb()
509 if (ins_rec_id < lbp->lrps->log_record.re_header.rh_rec_id) { in insert_lrp_to_lb()
524 curlrp->next->log_record.re_header.rh_rec_id) in insert_lrp_to_lb()
756 if (lbp->lrps->log_record.re_header.rh_rec_id == next_rec_id) { in nfslog_get_logrecord()
758 lbp->last_rec_id = lrp->log_record.re_header.rh_rec_id; in nfslog_get_logrecord()
768 lbp->lrps->log_record.re_header.rh_rec_id && in nfslog_get_logrecord()
769 ((lbp->lrps->log_record.re_header.rh_rec_id - in nfslog_get_logrecord()
774 lrp->log_record.re_header.rh_rec_id; in nfslog_get_logrecord()
791 lbp->last_rec_id = lrp->log_record.re_header.rh_rec_id; in nfslog_get_logrecord()
805 lrp->log_record.re_header.rh_rec_id; in nfslog_get_logrecord()
[all …]
H A Dnfs_log_xdr.c245 if (!xdr_u_int(xdrs, &objp->rh_rec_id)) in xdr_nfslog_record_header()
/titanic_44/usr/src/uts/common/nfs/
H A Dnfs_log.h112 uint32_t rh_rec_id; /* unique id for this log */ member