Searched refs:endcount (Results 1 – 1 of 1) sorted by relevance
1158 int bcount, endcount; in xlog_write_log_records() local1161 endcount = bcount - j; in xlog_write_log_records()1168 if (j == 0 && (start_block + endcount > ealign)) { in xlog_write_log_records()1177 offset = xlog_align(log, start_block, endcount, bp); in xlog_write_log_records()1178 for (; j < endcount; j++) { in xlog_write_log_records()1183 error = xlog_bwrite(log, start_block, endcount, bp); in xlog_write_log_records()1186 start_block += endcount; in xlog_write_log_records()