Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_log.c3584 uint num_headers; in xfs_log_calc_unit_res() local
3642 num_headers = howmany(unit_bytes, iclog_space); in xfs_log_calc_unit_res()
3645 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xfs_log_calc_unit_res()
3648 while (!num_headers || in xfs_log_calc_unit_res()
3649 howmany(unit_bytes, iclog_space) > num_headers) { in xfs_log_calc_unit_res()
3651 num_headers++; in xfs_log_calc_unit_res()
3653 unit_bytes += log->l_iclog_hsize * num_headers; in xfs_log_calc_unit_res()