Searched refs:lb_records (Results 1 – 2 of 2) sorted by relevance
314 buffer->lb_records = NULL; in log_buffer_create()685 if (lbp->lb_records == NULL) { in nfslog_record_put()686 lbp->lb_records = (caddr_t)lrp; in nfslog_record_put()690 insque(lrp, ((struct lr_alloc *)lbp->lb_records)->prev); in nfslog_record_put()722 if (lbp->lb_records == NULL) { in nfslog_records_flush_to_disk()748 ASSERT(lbp->lb_records != NULL); in nfslog_records_flush_to_disk_nolock()750 lrp_writers = (struct lr_alloc *)lbp->lb_records; in nfslog_records_flush_to_disk_nolock()751 lbp->lb_records = NULL; in nfslog_records_flush_to_disk_nolock()1045 if (lbp->lb_records == NULL) { in nfslog_record_append2all()1046 lbp->lb_records = (caddr_t)lrp; in nfslog_record_append2all()[all …]
370 caddr_t lb_records; /* linked list of records to write */ member