Searched refs:bufblks (Results 1 – 1 of 1) sorted by relevance
459 xfs_daddr_t bufblks; in xlog_find_verify_cycle() local469 bufblks = 1 << ffs(nbblks); in xlog_find_verify_cycle()470 while (bufblks > log->l_logBBsize) in xlog_find_verify_cycle()471 bufblks >>= 1; in xlog_find_verify_cycle()472 while (!(bp = xlog_get_bp(log, bufblks))) { in xlog_find_verify_cycle()473 bufblks >>= 1; in xlog_find_verify_cycle()474 if (bufblks < log->l_sectBBsize) in xlog_find_verify_cycle()478 for (i = start_blk; i < start_blk + nbblks; i += bufblks) { in xlog_find_verify_cycle()481 bcount = min(bufblks, (start_blk + nbblks - i)); in xlog_find_verify_cycle()1664 int bufblks; in xlog_write_log_records() local[all …]