Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_log_recover.c1268 int bcount, endcount; in xlog_write_log_records() local
1271 endcount = bcount - j; in xlog_write_log_records()
1278 if (j == 0 && (start_block + endcount > ealign)) { in xlog_write_log_records()
1287 offset = xlog_align(log, start_block, endcount, bp); in xlog_write_log_records()
1288 for (; j < endcount; j++) { in xlog_write_log_records()
1293 error = xlog_bwrite(log, start_block, endcount, bp); in xlog_write_log_records()
1296 start_block += endcount; in xlog_write_log_records()