Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/
A Dxfs_log_recover.c322 xfs_daddr_t bufblks; in xlog_find_verify_cycle() local
332 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() local
1531 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