Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dreadbuf.c494 int ins_rec_id = lrp->log_record.re_header.rh_rec_id; in insert_lrp_to_lb()
507 if (ins_rec_id < lbp->lrps->log_record.re_header.rh_rec_id) { in insert_lrp_to_lb()
522 curlrp->next->log_record.re_header.rh_rec_id) in insert_lrp_to_lb()
756 lbp->last_rec_id = lrp->log_record.re_header.rh_rec_id; in nfslog_get_logrecord()
766 lbp->lrps->log_record.re_header.rh_rec_id && in nfslog_get_logrecord()
767 ((lbp->lrps->log_record.re_header.rh_rec_id - in nfslog_get_logrecord()
772 lrp->log_record.re_header.rh_rec_id; in nfslog_get_logrecord()
789 lbp->last_rec_id = lrp->log_record.re_header.rh_rec_id; in nfslog_get_logrecord()
803 lrp->log_record.re_header.rh_rec_id; in nfslog_get_logrecord()
823 if (lrp->log_record.re_header.rh_rec_id <= in nfslog_get_logrecord()
[all …]
H A Dnfs_log_xdr.c243 if (!xdr_u_int(xdrs, &objp->rh_rec_id)) in xdr_nfslog_record_header()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_log.h115 uint32_t rh_rec_id; /* unique id for this log */ member