Home
last modified time | relevance | path

Searched refs:log_record (Results 1 – 7 of 7) 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()
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()
803 lrp->log_record.re_header.rh_rec_id; in nfslog_get_logrecord()
814 &lrp->log_record)) { in nfslog_get_logrecord()
823 if (lrp->log_record.re_header.rh_rec_id <= in nfslog_get_logrecord()
827 lrp->log_record.re_header.rh_rec_id; in nfslog_get_logrecord()
[all …]
H A Dprocess_buffer.c203 tag = lrp->log_record.re_tag; in process_buffer()
321 &lrp->log_record, path1, path2); in process_buffer()
327 &lrp->log_record, ncp->nc_fhpath, in process_buffer()
H A Dnfslogd.h142 nfslog_request_record log_record; /* decoded record */ member
H A Dfhtab.c2284 nfslog_request_record *logrec = &lrp->log_record; in nfslog_process_fh_rec()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c67 caddr_t log_record; /* address to XDR encoding */ member
485 lr.log_record = loghdr; in log_file_create()
621 lrp->log_record = (caddr_t)((uintptr_t)lrp + in nfslog_record_alloc()
638 (void *)exi->exi_logbuffer, (void *)lrp->log_record, lrp->size)); in nfslog_record_alloc()
639 return (lrp->log_record); in nfslog_record_alloc()
804 iovp[i].iov_base = lrp->log_record; in nfslog_write_logrecords()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Drmc_comm_hproto.h942 rsci8 log_record[DP_MAX_LOGSIZE]; member
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c1111 (char *)payload->event_info.ev_rmclog.log_record; in rmclomv_event_data_handler()