Searched refs:ddq (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_dquot_buf.c39 struct xfs_disk_dquot *ddq,
59 if (ddq->d_magic != cpu_to_be16(XFS_DQUOT_MAGIC))
61 if (ddq->d_version != XFS_DQUOT_VERSION)
64 if (ddq->d_type & ~XFS_DQTYPE_ANY)
66 ddq_type = ddq->d_type & XFS_DQTYPE_REC_MASK;
72 if ((ddq->d_type & XFS_DQTYPE_BIGTIME) &&
76 if ((ddq->d_type & XFS_DQTYPE_BIGTIME) && !ddq->d_id)
79 if (id != -1 && id != be32_to_cpu(ddq->d_id))
82 if (!ddq
37 xfs_dquot_verify( struct xfs_mount *mp, struct xfs_disk_dquot *ddq, xfs_dqid_t id) argument
209 struct xfs_disk_dquot *ddq; local
301 xfs_dquot_from_disk_ts( struct xfs_disk_dquot *ddq, __be32 dtimer) argument
[all...]
H A Dxfs_quota_defs.h134 struct xfs_disk_dquot *ddq, xfs_dqid_t id);
142 time64_t xfs_dquot_from_disk_ts(struct xfs_disk_dquot *ddq,
144 __be32 xfs_dquot_to_disk_ts(struct xfs_dquot *ddq, time64_t timer);
/linux-master/fs/xfs/scrub/
H A Dquota_repair.c272 const struct xfs_disk_dquot *ddq,
288 if (ddq->d_type & XFS_DQTYPE_BIGTIME)
305 struct xfs_disk_dquot *ddq; local
327 ddq = &dqblk[0].dd_diskdq;
333 if ((ddq->d_type & XFS_DQTYPE_REC_MASK) != dqtype ||
334 id == be32_to_cpu(ddq->d_id)) {
347 ddq = &dqblk->dd_diskdq;
351 ddq->d_magic = cpu_to_be16(XFS_DQUOT_MAGIC);
352 ddq->d_version = XFS_DQUOT_VERSION;
353 ddq
270 xrep_quota_fix_timer( struct xfs_mount *mp, const struct xfs_disk_dquot *ddq, __be64 softlimit, __be64 countnow, __be32 *timer, time64_t timelimit) argument
[all...]
/linux-master/fs/xfs/
H A Dxfs_dquot_item.c48 struct xfs_disk_dquot ddq; local
62 xfs_dquot_to_disk(&ddq, qlip->qli_dquot);
64 xlog_copy_iovec(lv, &vecp, XLOG_REG_TYPE_DQUOT, &ddq,
H A Dxfs_dquot_item_recover.c70 struct xfs_disk_dquot *ddq, *recddq; local
136 ddq = &dqb->dd_diskdq;
150 memcpy(ddq, recddq, item->ri_buf[1].i_len);
H A Dxfs_qm.c868 struct xfs_disk_dquot *ddq; local
870 ddq = (struct xfs_disk_dquot *)&dqb[j];
886 ddq->d_type = type;
887 ddq->d_bcount = 0;
888 ddq->d_icount = 0;
889 ddq->d_rtbcount = 0;
896 if (ddq->d_id != 0) {
897 ddq->d_btimer = 0;
898 ddq->d_itimer = 0;
899 ddq
[all...]

Completed in 145 milliseconds