Searched refs:i3 (Results 1 – 2 of 2) sorted by relevance
| /fs/bcachefs/ |
| A D | bkey.c | 782 #define I4(i0, i1, i2, i3) (I3(i0, i1, i2), I(i3)) argument 783 #define I5(i0, i1, i2, i3, i4) (I4(i0, i1, i2, i3), I(i4)) argument
|
| /fs/xfs/ |
| A D | xfs_trace.h | 3794 struct xfs_refcount_irec *i2, struct xfs_refcount_irec *i3), 3795 TP_ARGS(cur, i1, i2, i3), 3825 __entry->i3_domain = i3->rc_domain; 3826 __entry->i3_startblock = i3->rc_startblock; 3827 __entry->i3_blockcount = i3->rc_blockcount; 3828 __entry->i3_refcount = i3->rc_refcount; 3853 struct xfs_refcount_irec *i2, struct xfs_refcount_irec *i3), \ 3854 TP_ARGS(cur, i1, i2, i3))
|
Completed in 13 milliseconds