Lines Matching refs:dqp
867 TP_PROTO(struct xfs_dquot *dqp),
868 TP_ARGS(dqp),
883 __entry->dev = dqp->q_mount->m_super->s_dev;
884 __entry->id = be32_to_cpu(dqp->q_core.d_id);
885 __entry->flags = dqp->dq_flags;
886 __entry->nrefs = dqp->q_nrefs;
887 __entry->res_bcount = dqp->q_res_bcount;
888 __entry->bcount = be64_to_cpu(dqp->q_core.d_bcount);
889 __entry->icount = be64_to_cpu(dqp->q_core.d_icount);
891 be64_to_cpu(dqp->q_core.d_blk_hardlimit);
893 be64_to_cpu(dqp->q_core.d_blk_softlimit);
895 be64_to_cpu(dqp->q_core.d_ino_hardlimit);
897 be64_to_cpu(dqp->q_core.d_ino_softlimit);
917 TP_PROTO(struct xfs_dquot *dqp), \
918 TP_ARGS(dqp))