xfs_disk_dquot
struct xfs_disk_dquot *ddq;
struct xfs_disk_dquot *ddq,
struct xfs_disk_dquot *ddq,
struct xfs_disk_dquot dd_diskdq; /* portion living incore as well */
XFS_CHECK_STRUCT_SIZE(struct xfs_disk_dquot, 104);
struct xfs_disk_dquot *ddq, xfs_dqid_t id);
time64_t xfs_dquot_from_disk_ts(struct xfs_disk_dquot *ddq,
((sizeof(struct xfs_dq_logformat) + sizeof(struct xfs_disk_dquot)) * 6)
return xfs_calc_buf_res(1, sizeof(struct xfs_disk_dquot));
const struct xfs_disk_dquot *ddq,
struct xfs_disk_dquot *ddq;
const size_t size_disk_dquot = sizeof(struct xfs_disk_dquot);
struct xfs_disk_dquot *ddqp)
struct xfs_disk_dquot *ddqp = &dqb->dd_diskdq;
struct xfs_disk_dquot *ddqp,
void xfs_dquot_to_disk(struct xfs_disk_dquot *ddqp, struct xfs_dquot *dqp);
struct xfs_disk_dquot ddq = { };
sizeof(struct xfs_disk_dquot);
struct xfs_disk_dquot ddq;
sizeof(struct xfs_disk_dquot));
struct xfs_disk_dquot *recddq;
if (item->ri_buf[1].iov_len < sizeof(struct xfs_disk_dquot))
struct xfs_disk_dquot *ddq, *recddq;
if (item->ri_buf[1].iov_len < sizeof(struct xfs_disk_dquot)) {
struct xfs_disk_dquot *ddq;
ddq = (struct xfs_disk_dquot *)&dqb[j];