Searched refs:xfs_disk_dquot (Results 1 - 12 of 12) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_quota_defs.h60 ((sizeof(struct xfs_dq_logformat) + sizeof(struct xfs_disk_dquot)) * 6)
134 struct xfs_disk_dquot *ddq, xfs_dqid_t id);
142 time64_t xfs_dquot_from_disk_ts(struct xfs_disk_dquot *ddq,
H A Dxfs_dquot_buf.c31 * The xfs_dqblk structure /contains/ the xfs_disk_dquot structure;
33 * smaller xfs_disk_dquot structure available.
39 struct xfs_disk_dquot *ddq,
209 struct xfs_disk_dquot *ddq;
302 struct xfs_disk_dquot *ddq,
H A Dxfs_ondisk.h38 XFS_CHECK_STRUCT_SIZE(struct xfs_disk_dquot, 104);
H A Dxfs_format.h1268 struct xfs_disk_dquot { struct
1294 * This is what goes on disk. This is separated from the xfs_disk_dquot because
1298 struct xfs_disk_dquot dd_diskdq; /* portion living incore as well */
H A Dxfs_trans_resv.c873 * the disk quota buffer: sizeof(struct xfs_disk_dquot)
878 return xfs_calc_buf_res(1, sizeof(struct xfs_disk_dquot));
/linux-master/fs/xfs/
H A Dxfs_dquot_item_recover.c30 struct xfs_disk_dquot *recddq;
40 if (item->ri_buf[1].i_len < sizeof(struct xfs_disk_dquot))
70 struct xfs_disk_dquot *ddq, *recddq;
87 if (item->ri_buf[1].i_len < sizeof(struct xfs_disk_dquot)) {
H A Dxfs_dquot_item.c37 sizeof(struct xfs_disk_dquot);
48 struct xfs_disk_dquot ddq;
65 sizeof(struct xfs_disk_dquot));
H A Dxfs_dquot.h201 void xfs_dquot_to_disk(struct xfs_disk_dquot *ddqp, struct xfs_dquot *dqp);
H A Dxfs_dquot.c553 struct xfs_disk_dquot *ddqp)
592 struct xfs_disk_dquot *ddqp = &dqb->dd_diskdq;
640 struct xfs_disk_dquot *ddqp,
H A Dxfs_buf_item_recover.c456 const size_t size_disk_dquot = sizeof(struct xfs_disk_dquot);
H A Dxfs_qm.c868 struct xfs_disk_dquot *ddq;
870 ddq = (struct xfs_disk_dquot *)&dqb[j];
/linux-master/fs/xfs/scrub/
H A Dquota_repair.c272 const struct xfs_disk_dquot *ddq,
305 struct xfs_disk_dquot *ddq;

Completed in 243 milliseconds