Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_log_recover.c1620 int bcount, endcount; in xlog_write_log_records() local
1623 endcount = bcount - j; in xlog_write_log_records()
1630 if (j == 0 && (start_block + endcount > ealign)) { in xlog_write_log_records()
1639 for (; j < endcount; j++) { in xlog_write_log_records()
1644 error = xlog_bwrite(log, start_block, endcount, buffer); in xlog_write_log_records()
1647 start_block += endcount; in xlog_write_log_records()