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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_recover.c1142 int bcount, endcount; local
1145 endcount = bcount - j;
1152 if (j == 0 && (start_block + endcount > ealign)) {
1161 offset = xlog_align(log, start_block, endcount, bp);
1162 for (; j < endcount; j++) {
1167 error = xlog_bwrite(log, start_block, endcount, bp);
1170 start_block += endcount;

Completed in 59 milliseconds