Lines Matching refs:t_curr_res
165 (void *)((unsigned long)tic->t_curr_res), in xlog_trace_loggrant()
1750 ticket->t_curr_res, in xlog_print_tic_res()
1854 if (ticket->t_curr_res < len) { in xlog_write()
1867 ticket->t_curr_res -= len; in xlog_write()
1959 ticket->t_curr_res -= sizeof(xlog_op_header_t); in xlog_write()
2452 ticket->t_curr_res -= log->l_iclog_hsize; in xlog_state_get_iclog_space()
2624 tic->t_curr_res = 0; in xlog_grant_log_space()
2646 tic->t_curr_res = tic->t_unit_res; in xlog_regrant_write_log_space()
2760 tic->t_curr_res = 0; in xlog_regrant_write_log_space()
2784 xlog_grant_sub_space(log, ticket->t_curr_res); in xlog_regrant_reserve_log_space()
2785 ticket->t_curr_res = ticket->t_unit_res; in xlog_regrant_reserve_log_space()
2802 ticket->t_curr_res = ticket->t_unit_res; in xlog_regrant_reserve_log_space()
2831 xlog_grant_sub_space(log, ticket->t_curr_res); in xlog_ungrant_log_space()
3316 tic->t_curr_res = unit_bytes; in xlog_ticket_alloc()