Searched refs:n_log_size (Results 1 – 3 of 3) sorted by relevance
196 hdr->nca_logstats.n_log_size = NCA_DEFAULT_LOG_BUF_SIZE - sizeof (*hdr); in log_buf_alloc()215 int size = sts->n_log_size + sizeof (*hdr); in logd_log_write()228 sts->n_log_size += DEV_BSIZE - (size & (DEV_BSIZE - 1)); in logd_log_write()229 size = sts->n_log_size + sizeof (*hdr); in logd_log_write()622 sp->n_log_size = lbp->cur_pos; in logit_flush()
727 if (s->n_log_size == 0) in b2clf()730 ni = read_n_bytes(ifd, &(ibuf[nh]), (ssize_t)s->n_log_size); in b2clf()734 } else if (ni < (ssize_t)s->n_log_size) { in b2clf()
106 uint32_t n_log_size; /* size in bytes of log buf used */ member