Searched refs:ddq (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_dquot_item.c | 49 struct xfs_disk_dquot ddq; in xfs_qm_dquot_logitem_format() local 62 xfs_dquot_to_disk(&ddq, qlip->qli_dquot); in xfs_qm_dquot_logitem_format() 64 xlog_format_copy(lfb, XLOG_REG_TYPE_DQUOT, &ddq, in xfs_qm_dquot_logitem_format() 219 struct xfs_disk_dquot ddq = { }; in xfs_qm_dquot_logitem_precommit_check() local 222 xfs_dquot_to_disk(&ddq, dqp); in xfs_qm_dquot_logitem_precommit_check() 223 fa = xfs_dquot_verify(mp, &ddq, dqp->q_id); in xfs_qm_dquot_logitem_precommit_check() 226 XFS_ERRLEVEL_LOW, mp, &ddq, sizeof(ddq)); in xfs_qm_dquot_logitem_precommit_check()
|
| H A D | xfs_qm.c | 1033 struct xfs_disk_dquot *ddq; in xfs_qm_reset_dqcounts() local 1035 ddq = (struct xfs_disk_dquot *)&dqb[j]; in xfs_qm_reset_dqcounts() 1051 ddq->d_type = type; in xfs_qm_reset_dqcounts() 1052 ddq->d_bcount = 0; in xfs_qm_reset_dqcounts() 1053 ddq->d_icount = 0; in xfs_qm_reset_dqcounts() 1054 ddq->d_rtbcount = 0; in xfs_qm_reset_dqcounts() 1061 if (ddq->d_id != 0) { in xfs_qm_reset_dqcounts() 1062 ddq->d_btimer = 0; in xfs_qm_reset_dqcounts() 1063 ddq->d_itimer = 0; in xfs_qm_reset_dqcounts() 1064 ddq->d_rtbtimer = 0; in xfs_qm_reset_dqcounts() [all …]
|