Lines Matching defs:unit_bytes
436 int unit_bytes,
455 tic = xlog_ticket_alloc(log, unit_bytes, cnt, client, permanent);
3346 int unit_bytes)
3384 unit_bytes += sizeof(xlog_op_header_t);
3385 unit_bytes += sizeof(xfs_trans_header_t);
3388 unit_bytes += sizeof(xlog_op_header_t);
3408 num_headers = howmany(unit_bytes, iclog_space);
3411 unit_bytes += sizeof(xlog_op_header_t) * num_headers;
3415 howmany(unit_bytes, iclog_space) > num_headers) {
3416 unit_bytes += sizeof(xlog_op_header_t);
3419 unit_bytes += log->l_iclog_hsize * num_headers;
3422 unit_bytes += log->l_iclog_hsize;
3427 unit_bytes += 2 * mp->m_sb.sb_logsunit;
3430 unit_bytes += 2 * BBSIZE;
3433 return unit_bytes;
3442 int unit_bytes,
3452 unit_res = xfs_log_calc_unit_res(log->l_mp, unit_bytes);