Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log.c3416 uint num_headers; in xlog_calc_unit_res() local
3474 num_headers = howmany(unit_bytes, iclog_space); in xlog_calc_unit_res()
3477 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xlog_calc_unit_res()
3480 while (!num_headers || in xlog_calc_unit_res()
3481 howmany(unit_bytes, iclog_space) > num_headers) { in xlog_calc_unit_res()
3483 num_headers++; in xlog_calc_unit_res()
3485 unit_bytes += log->l_iclog_hsize * num_headers; in xlog_calc_unit_res()
3494 *niclogs = num_headers; in xlog_calc_unit_res()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log.c3350 uint num_headers; in xfs_log_calc_unit_res() local
3408 num_headers = howmany(unit_bytes, iclog_space); in xfs_log_calc_unit_res()
3411 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xfs_log_calc_unit_res()
3414 while (!num_headers || in xfs_log_calc_unit_res()
3415 howmany(unit_bytes, iclog_space) > num_headers) { in xfs_log_calc_unit_res()
3417 num_headers++; in xfs_log_calc_unit_res()
3419 unit_bytes += log->l_iclog_hsize * num_headers; in xfs_log_calc_unit_res()

Completed in 9 milliseconds