Lines Matching defs:unit_bytes
462 int unit_bytes,
478 tic = xlog_ticket_alloc(log, unit_bytes, cnt, permanent);
3412 int unit_bytes,
3450 unit_bytes += sizeof(xlog_op_header_t);
3451 unit_bytes += sizeof(xfs_trans_header_t);
3454 unit_bytes += sizeof(xlog_op_header_t);
3474 num_headers = howmany(unit_bytes, iclog_space);
3477 unit_bytes += sizeof(xlog_op_header_t) * num_headers;
3481 howmany(unit_bytes, iclog_space) > num_headers) {
3482 unit_bytes += sizeof(xlog_op_header_t);
3485 unit_bytes += log->l_iclog_hsize * num_headers;
3488 unit_bytes += log->l_iclog_hsize;
3491 unit_bytes += 2 * log->l_iclog_roundoff;
3495 return unit_bytes;
3501 int unit_bytes)
3503 return xlog_calc_unit_res(mp->m_log, unit_bytes, NULL);
3512 int unit_bytes,
3521 unit_res = xlog_calc_unit_res(log, unit_bytes, &tic->t_iclog_hdrs);