Lines Matching refs:xfbt
4760 TP_PROTO(struct xfs_mount *mp, struct xfbtree *xfbt,
4762 TP_ARGS(mp, xfbt, ops),
4774 __entry->xfino = file_inode(xfbt->target->bt_file)->i_ino;
4775 __entry->leaf_mxr = xfbt->maxrecs[0];
4776 __entry->node_mxr = xfbt->maxrecs[1];
4777 __entry->leaf_mnr = xfbt->minrecs[0];
4778 __entry->node_mnr = xfbt->minrecs[1];
4779 __entry->owner = xfbt->owner;
4792 TP_PROTO(struct xfbtree *xfbt, struct xfs_buf *bp),
4793 TP_ARGS(xfbt, bp),
4804 __entry->xfino = file_inode(xfbt->target->bt_file)->i_ino;
4824 TP_PROTO(struct xfbtree *xfbt, struct xfs_buf *bp), \
4825 TP_ARGS(xfbt, bp))
4831 TP_PROTO(struct xfbtree *xfbt, struct xfs_btree_cur *cur,
4833 TP_ARGS(xfbt, cur, fileoff),
4841 __entry->xfino = file_inode(xfbt->target->bt_file)->i_ino;
4855 TP_PROTO(struct xfbtree *xfbt, struct xfs_btree_cur *cur, \
4857 TP_ARGS(xfbt, cur, fileoff))