Lines Matching refs:log
943 TP_PROTO(struct xlog *log, struct xlog_ticket *tic),
944 TP_ARGS(log, tic),
964 __entry->dev = log->l_mp->m_super->s_dev;
971 __entry->reserveq = list_empty(&log->l_reserve_head.waiters);
972 __entry->writeq = list_empty(&log->l_write_head.waiters);
973 xlog_crack_grant_head(&log->l_reserve_head.grant,
976 xlog_crack_grant_head(&log->l_write_head.grant,
979 __entry->curr_cycle = log->l_curr_cycle;
980 __entry->curr_block = log->l_curr_block;
981 __entry->tail_lsn = atomic64_read(&log->l_tail_lsn);
1011 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), \
1012 TP_ARGS(log, tic))
1117 TP_PROTO(struct xlog *log, xfs_lsn_t new_lsn),
1118 TP_ARGS(log, new_lsn),
1126 __entry->dev = log->l_mp->m_super->s_dev;
1128 __entry->old_lsn = atomic64_read(&log->l_tail_lsn);
1129 __entry->last_sync_lsn = atomic64_read(&log->l_last_sync_lsn);
1962 TP_PROTO(struct xlog *log, struct xlog_recover *trans,
1964 TP_ARGS(log, trans, item, pass),
1975 __entry->dev = log->l_mp->m_super->s_dev;
1996 TP_PROTO(struct xlog *log, struct xlog_recover *trans, \
1998 TP_ARGS(log, trans, item, pass))
2007 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f),
2008 TP_ARGS(log, buf_f),
2018 __entry->dev = log->l_mp->m_super->s_dev;
2037 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f), \
2038 TP_ARGS(log, buf_f))
2050 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f),
2051 TP_ARGS(log, in_f),
2064 __entry->dev = log->l_mp->m_super->s_dev;
2088 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f), \
2089 TP_ARGS(log, in_f))
2096 TP_PROTO(struct xlog *log, struct xfs_icreate_log *in_f),
2097 TP_ARGS(log, in_f),
2108 __entry->dev = log->l_mp->m_super->s_dev;
2123 TP_PROTO(struct xlog *log, struct xfs_icreate_log *in_f), \
2124 TP_ARGS(log, in_f))