Searched refs:bufblks (Results 1 – 1 of 1) sorted by relevance
322 xfs_daddr_t bufblks; in xlog_find_verify_cycle() local332 bufblks = 1 << ffs(nbblks); in xlog_find_verify_cycle()333 while (bufblks > log->l_logBBsize) in xlog_find_verify_cycle()334 bufblks >>= 1; in xlog_find_verify_cycle()336 bufblks >>= 1; in xlog_find_verify_cycle()337 if (bufblks < log->l_sectBBsize) in xlog_find_verify_cycle()1521 int bufblks; in xlog_write_log_records() local1531 bufblks = 1 << ffs(blocks); in xlog_write_log_records()1533 bufblks >>= 1; in xlog_write_log_records()1535 bufblks >>= 1; in xlog_write_log_records()[all …]
Completed in 11 milliseconds