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

/linux-master/fs/xfs/
H A Dxfs_log_recover.c1554 int bcount, endcount; local
1557 endcount = bcount - j;
1564 if (j == 0 && (start_block + endcount > ealign)) {
1573 for (; j < endcount; j++) {
1578 error = xlog_bwrite(log, start_block, endcount, buffer);
1581 start_block += endcount;

Completed in 170 milliseconds