Searched refs:iclog_space (Results 1 – 2 of 2) sorted by relevance
287 int iclog_space; in xlog_cil_insert_items() local334 iclog_space = log->l_iclog_size - log->l_iclog_hsize; in xlog_cil_insert_items()335 if (len > 0 && (ctx->space_used / iclog_space != in xlog_cil_insert_items()336 (ctx->space_used + len) / iclog_space)) { in xlog_cil_insert_items()339 hdrs = (len + iclog_space - 1) / iclog_space; in xlog_cil_insert_items()
3524 int iclog_space; in xfs_log_calc_unit_res() local3582 iclog_space = log->l_iclog_size - log->l_iclog_hsize; in xfs_log_calc_unit_res()3583 num_headers = howmany(unit_bytes, iclog_space); in xfs_log_calc_unit_res()3590 howmany(unit_bytes, iclog_space) > num_headers) { in xfs_log_calc_unit_res()