Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_log.c342 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()
Dxfs_log_priv.h250 uint t_trans_type; /* transaction type : 4 */ member
Dxfs_log_cil.c115 tic->t_trans_type = XFS_TRANS_CHECKPOINT; in xlog_cil_ticket_alloc()
/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_trace.h781 __entry->trans_type = tic->t_trans_type;