Lines Matching refs:dqp
818 TP_PROTO(struct xfs_dquot *dqp),
819 TP_ARGS(dqp),
834 __entry->dev = dqp->q_mount->m_super->s_dev;
835 __entry->id = be32_to_cpu(dqp->q_core.d_id);
836 __entry->flags = dqp->dq_flags;
837 __entry->nrefs = dqp->q_nrefs;
838 __entry->res_bcount = dqp->q_res_bcount;
839 __entry->bcount = be64_to_cpu(dqp->q_core.d_bcount);
840 __entry->icount = be64_to_cpu(dqp->q_core.d_icount);
842 be64_to_cpu(dqp->q_core.d_blk_hardlimit);
844 be64_to_cpu(dqp->q_core.d_blk_softlimit);
846 be64_to_cpu(dqp->q_core.d_ino_hardlimit);
848 be64_to_cpu(dqp->q_core.d_ino_softlimit);
868 TP_PROTO(struct xfs_dquot *dqp), \
869 TP_ARGS(dqp))