Lines Matching refs:log
950 TP_PROTO(struct xlog *log, struct xlog_ticket *tic),
951 TP_ARGS(log, tic),
970 __entry->dev = log->l_mp->m_super->s_dev;
976 __entry->reserveq = list_empty(&log->l_reserve_head.waiters);
977 __entry->writeq = list_empty(&log->l_write_head.waiters);
978 xlog_crack_grant_head(&log->l_reserve_head.grant,
981 xlog_crack_grant_head(&log->l_write_head.grant,
984 __entry->curr_cycle = log->l_curr_cycle;
985 __entry->curr_block = log->l_curr_block;
986 __entry->tail_lsn = atomic64_read(&log->l_tail_lsn);
1015 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), \
1016 TP_ARGS(log, tic))
1123 TP_PROTO(struct xlog *log, xfs_lsn_t new_lsn),
1124 TP_ARGS(log, new_lsn),
1132 __entry->dev = log->l_mp->m_super->s_dev;
1134 __entry->old_lsn = atomic64_read(&log->l_tail_lsn);
1135 __entry->last_sync_lsn = atomic64_read(&log->l_last_sync_lsn);
1994 TP_PROTO(struct xlog *log, xfs_daddr_t headblk, xfs_daddr_t tailblk),
1995 TP_ARGS(log, headblk, tailblk),
2002 __entry->dev = log->l_mp->m_super->s_dev;
2012 TP_PROTO(struct xlog *log, struct xlog_rec_header *rhead, int pass),
2013 TP_ARGS(log, rhead, pass),
2022 __entry->dev = log->l_mp->m_super->s_dev;
2035 TP_PROTO(struct xlog *log, struct xlog_recover *trans,
2037 TP_ARGS(log, trans, item, pass),
2049 __entry->dev = log->l_mp->m_super->s_dev;
2072 TP_PROTO(struct xlog *log, struct xlog_recover *trans, \
2074 TP_ARGS(log, trans, item, pass))
2083 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f),
2084 TP_ARGS(log, buf_f),
2094 __entry->dev = log->l_mp->m_super->s_dev;
2113 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f), \
2114 TP_ARGS(log, buf_f))
2127 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f),
2128 TP_ARGS(log, in_f),
2141 __entry->dev = log->l_mp->m_super->s_dev;
2165 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f), \
2166 TP_ARGS(log, in_f))
2173 TP_PROTO(struct xlog *log, struct xfs_icreate_log *in_f),
2174 TP_ARGS(log, in_f),
2185 __entry->dev = log->l_mp->m_super->s_dev;
2200 TP_PROTO(struct xlog *log, struct xfs_icreate_log *in_f), \
2201 TP_ARGS(log, in_f))