Lines Matching refs:log

894 	TP_PROTO(struct xlog *log, struct xlog_ticket *tic),
895 TP_ARGS(log, tic),
915 __entry->dev = log->l_mp->m_super->s_dev;
922 __entry->reserveq = list_empty(&log->l_reserve_head.waiters);
923 __entry->writeq = list_empty(&log->l_write_head.waiters);
924 xlog_crack_grant_head(&log->l_reserve_head.grant,
927 xlog_crack_grant_head(&log->l_write_head.grant,
930 __entry->curr_cycle = log->l_curr_cycle;
931 __entry->curr_block = log->l_curr_block;
932 __entry->tail_lsn = atomic64_read(&log->l_tail_lsn);
962 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), \
963 TP_ARGS(log, tic))
1068 TP_PROTO(struct xlog *log, xfs_lsn_t new_lsn),
1069 TP_ARGS(log, new_lsn),
1077 __entry->dev = log->l_mp->m_super->s_dev;
1079 __entry->old_lsn = atomic64_read(&log->l_tail_lsn);
1080 __entry->last_sync_lsn = atomic64_read(&log->l_last_sync_lsn);
1912 TP_PROTO(struct xlog *log, struct xlog_recover *trans,
1914 TP_ARGS(log, trans, item, pass),
1925 __entry->dev = log->l_mp->m_super->s_dev;
1946 TP_PROTO(struct xlog *log, struct xlog_recover *trans, \
1948 TP_ARGS(log, trans, item, pass))
1957 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f),
1958 TP_ARGS(log, buf_f),
1968 __entry->dev = log->l_mp->m_super->s_dev;
1987 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f), \
1988 TP_ARGS(log, buf_f))
2000 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f),
2001 TP_ARGS(log, in_f),
2014 __entry->dev = log->l_mp->m_super->s_dev;
2038 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f), \
2039 TP_ARGS(log, in_f))