Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_log.c3585 uint num_headers; in xfs_log_calc_unit_res() local
3643 num_headers = howmany(unit_bytes, iclog_space); in xfs_log_calc_unit_res()
3646 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xfs_log_calc_unit_res()
3649 while (!num_headers || in xfs_log_calc_unit_res()
3650 howmany(unit_bytes, iclog_space) > num_headers) { in xfs_log_calc_unit_res()
3652 num_headers++; in xfs_log_calc_unit_res()
3654 unit_bytes += log->l_iclog_hsize * num_headers; in xfs_log_calc_unit_res()