Home
last modified time | relevance | path

Searched refs:t_trans_type (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/
Dxfs_log_priv.h177 uint t_trans_type; /* transaction type : 4 */ member
Dxfs_log.c459 tic->t_trans_type = t_type; in xfs_log_reserve()
2060 ((ticket->t_trans_type <= 0 || in xlog_print_tic_res()
2061 ticket->t_trans_type > XFS_TRANS_TYPE_MAX) ? in xlog_print_tic_res()
2062 "bad-trans-type" : trans_type_str[ticket->t_trans_type-1]), in xlog_print_tic_res()
2063 ticket->t_trans_type); in xlog_print_tic_res()
3674 tic->t_trans_type = 0; in xlog_ticket_alloc()
Dxfs_log_cil.c54 tic->t_trans_type = XFS_TRANS_CHECKPOINT; in xlog_cil_ticket_alloc()
Dxfs_trace.h965 __entry->trans_type = tic->t_trans_type;