Lines Matching refs:error
148 TP_PROTO(struct xfs_mount *mp, int error, void *function),
149 TP_ARGS(mp, error, function),
152 __field(int, error)
157 __entry->error = error;
160 TP_printk("dev %d:%d error %d function %pS",
162 __entry->error, __entry->function)
534 TP_PROTO(struct xfs_buf *bp, int error, xfs_failaddr_t caller_ip),
535 TP_ARGS(bp, error, caller_ip),
544 __field(int, error)
554 __entry->error = error;
559 "lock %d error %d flags %s caller %pS",
566 __entry->error,
2524 TP_PROTO(struct xfs_trans *tp, int error),
2525 TP_ARGS(tp, error),
2530 __field(int, error)
2535 __entry->error = error;
2540 __entry->error)
2544 TP_PROTO(struct xfs_trans *tp, int error), \
2545 TP_ARGS(tp, error))
2765 /* simple AG-based error/%ip tracepoint class */
2767 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, int error,
2769 TP_ARGS(mp, agno, error, caller_ip),
2773 __field(int, error)
2779 __entry->error = error;
2782 TP_printk("dev %d:%d agno 0x%x error %d caller %pS",
2785 __entry->error,
2791 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, int error, \
2793 TP_ARGS(mp, agno, error, caller_ip))
3276 /* simple inode-based error/%ip tracepoint class */
3278 TP_PROTO(struct xfs_inode *ip, int error, unsigned long caller_ip),
3279 TP_ARGS(ip, error, caller_ip),
3283 __field(int, error)
3289 __entry->error = error;
3292 TP_printk("dev %d:%d ino 0x%llx error %d caller %pS",
3295 __entry->error,
3301 TP_PROTO(struct xfs_inode *ip, int error, \
3303 TP_ARGS(ip, error, caller_ip))