Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log_recover.c1554 int bcount, endcount; in xlog_write_log_records() local
1557 endcount = bcount - j; in xlog_write_log_records()
1564 if (j == 0 && (start_block + endcount > ealign)) { in xlog_write_log_records()
1573 for (; j < endcount; j++) { in xlog_write_log_records()
1578 error = xlog_bwrite(log, start_block, endcount, buffer); in xlog_write_log_records()
1581 start_block += endcount; in xlog_write_log_records()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log_recover.c1560 int bcount, endcount; in xlog_write_log_records() local
1563 endcount = bcount - j; in xlog_write_log_records()
1570 if (j == 0 && (start_block + endcount > ealign)) { in xlog_write_log_records()
1579 for (; j < endcount; j++) { in xlog_write_log_records()
1584 error = xlog_bwrite(log, start_block, endcount, buffer); in xlog_write_log_records()
1587 start_block += endcount; in xlog_write_log_records()

Completed in 14 milliseconds