Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_log.c3565 uint num_headers; in xfs_log_calc_unit_res() local
3623 num_headers = howmany(unit_bytes, iclog_space); in xfs_log_calc_unit_res()
3626 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xfs_log_calc_unit_res()
3629 while (!num_headers || in xfs_log_calc_unit_res()
3630 howmany(unit_bytes, iclog_space) > num_headers) { in xfs_log_calc_unit_res()
3632 num_headers++; in xfs_log_calc_unit_res()
3634 unit_bytes += log->l_iclog_hsize * num_headers; in xfs_log_calc_unit_res()