Searched refs:t_trans_type (Results 1 – 4 of 4) sorted by relevance
342 internal_ticket->t_trans_type = t_type; in xfs_log_reserve()1573 ((ticket->t_trans_type <= 0 || in xlog_print_tic_res()1574 ticket->t_trans_type > XFS_TRANS_TYPE_MAX) ? in xlog_print_tic_res()1575 "bad-trans-type" : trans_type_str[ticket->t_trans_type-1]), in xlog_print_tic_res()1576 ticket->t_trans_type, in xlog_print_tic_res()3369 tic->t_trans_type = 0; in xlog_ticket_alloc()
250 uint t_trans_type; /* transaction type : 4 */ member
115 tic->t_trans_type = XFS_TRANS_CHECKPOINT; in xlog_cil_ticket_alloc()
781 __entry->trans_type = tic->t_trans_type;