Lines Matching refs:d
82 struct xfs_disk_dquot *d = &dq->q_core; in xchk_quota_item() local
95 xfs_dqid_t id = be32_to_cpu(d->d_id); in xchk_quota_item()
108 if (dqtype != (d->d_flags & XFS_DQ_ALLTYPES)) in xchk_quota_item()
111 if (d->d_pad0 != cpu_to_be32(0) || d->d_pad != cpu_to_be16(0)) in xchk_quota_item()
115 bhard = be64_to_cpu(d->d_blk_hardlimit); in xchk_quota_item()
116 ihard = be64_to_cpu(d->d_ino_hardlimit); in xchk_quota_item()
117 rhard = be64_to_cpu(d->d_rtb_hardlimit); in xchk_quota_item()
119 bsoft = be64_to_cpu(d->d_blk_softlimit); in xchk_quota_item()
120 isoft = be64_to_cpu(d->d_ino_softlimit); in xchk_quota_item()
121 rsoft = be64_to_cpu(d->d_rtb_softlimit); in xchk_quota_item()
147 bcount = be64_to_cpu(d->d_bcount); in xchk_quota_item()
148 icount = be64_to_cpu(d->d_icount); in xchk_quota_item()
149 rcount = be64_to_cpu(d->d_rtbcount); in xchk_quota_item()