Searched refs:dd_diskdq (Results 1 – 4 of 4) sorted by relevance
113 return xfs_dquot_verify(mp, &dqb->dd_diskdq, id); in xfs_dqblk_verify()132 dqb->dd_diskdq.d_magic = cpu_to_be16(XFS_DQUOT_MAGIC); in xfs_dqblk_repair()133 dqb->dd_diskdq.d_version = XFS_DQUOT_VERSION; in xfs_dqblk_repair()134 dqb->dd_diskdq.d_type = type; in xfs_dqblk_repair()135 dqb->dd_diskdq.d_id = cpu_to_be32(id); in xfs_dqblk_repair()211 ddq = &dqb[i].dd_diskdq; in xfs_dquot_buf_verify()
1395 struct xfs_disk_dquot dd_diskdq; /* portion living incore as well */ member
222 d->dd_diskdq.d_magic = cpu_to_be16(XFS_DQUOT_MAGIC); in xfs_qm_init_dquot_blk()223 d->dd_diskdq.d_version = XFS_DQUOT_VERSION; in xfs_qm_init_dquot_blk()224 d->dd_diskdq.d_id = cpu_to_be32(curid); in xfs_qm_init_dquot_blk()225 d->dd_diskdq.d_type = type; in xfs_qm_init_dquot_blk()227 d->dd_diskdq.d_type |= XFS_DQTYPE_BIGTIME; in xfs_qm_init_dquot_blk()1281 xfs_dquot_to_disk(&dqblk->dd_diskdq, dqp); in xfs_qm_dqflush()
868 (dqb[j].dd_diskdq.d_type & XFS_DQTYPE_REC_MASK) != type) in xfs_qm_reset_dqcounts()