Lines Matching refs:state
222 TP_PROTO(struct xfs_inode *ip, struct xfs_iext_cursor *cur, int state,
224 TP_ARGS(ip, cur, state, caller_ip),
233 __field(xfs_exntst_t, state)
241 ifp = xfs_iext_state_to_fork(ip, state);
250 __entry->state = r.br_state;
251 __entry->bmap_state = state;
254 TP_printk("dev %d:%d ino 0x%llx state %s cur %p/%d "
264 __entry->state,
270 TP_PROTO(struct xfs_inode *ip, struct xfs_iext_cursor *cur, int state, \
272 TP_ARGS(ip, cur, state, caller_ip))
2476 xfs_exntst_t state),
2477 TP_ARGS(mp, agno, op, agbno, ino, whichfork, offset, len, state),
2497 __entry->l_state = state;
2500 TP_printk("dev %d:%d op %d agno %u agbno %u owner %lld %s offset %llu len %llu state %d",
2520 xfs_exntst_t state), \
2521 TP_ARGS(mp, agno, op, agbno, ino, whichfork, offset, len, state))
3168 __field(int, state)
3176 __entry->state = irec->br_state;
3184 __entry->state)