Lines Matching refs:t_curr_res
424 tic->t_curr_res = tic->t_unit_res; in xfs_log_regrant()
446 tic->t_curr_res = 0; in xfs_log_regrant()
503 tic->t_curr_res = 0; in xfs_log_reserve()
957 ticket->t_curr_res -= sizeof(unmount_rec); in xlog_write_unmount_record()
2059 ticket->t_curr_res -= roundoff; in xlog_sync()
2174 xfs_warn(mp, " current res = %d bytes", ticket->t_curr_res); in xlog_print_tic_res()
2418 ticket->t_curr_res -= sizeof(struct xlog_op_header); in xlog_write_partial()
2507 if (ticket->t_curr_res < 0) { in xlog_write()
2952 ticket->t_curr_res -= log->l_iclog_hsize; in xlog_state_get_iclog_space()
3025 ticket->t_curr_res); in xfs_log_ticket_regrant()
3027 ticket->t_curr_res); in xfs_log_ticket_regrant()
3028 ticket->t_curr_res = ticket->t_unit_res; in xfs_log_ticket_regrant()
3038 ticket->t_curr_res = ticket->t_unit_res; in xfs_log_ticket_regrant()
3076 bytes = ticket->t_curr_res; in xfs_log_ticket_ungrant()
3544 tic->t_curr_res = unit_res; in xlog_ticket_alloc()