Searched refs:t_trans_type (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_priv.h291 uint t_trans_type; /* transaction type : 4 */ member in struct:xlog_ticket
H A Dxfs_log.c155 (void *)((unsigned long)tic->t_trans_type),
451 internal_ticket->t_trans_type = t_type;
1670 ((ticket->t_trans_type <= 0 ||
1671 ticket->t_trans_type > XFS_TRANS_TYPE_MAX) ?
1672 "bad-trans-type" : trans_type_str[ticket->t_trans_type-1]),
1673 ticket->t_trans_type,
3339 tic->t_trans_type = 0;

Completed in 52 milliseconds