Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_dquot_item_recover.c30 struct xfs_disk_dquot *recddq; in xlog_recover_dquot_ra_pass2()
40 if (item->ri_buf[1].i_len < sizeof(struct xfs_disk_dquot)) in xlog_recover_dquot_ra_pass2()
70 struct xfs_disk_dquot *ddq, *recddq; in xlog_recover_dquot_commit_pass2()
87 if (item->ri_buf[1].i_len < sizeof(struct xfs_disk_dquot)) { in xlog_recover_dquot_commit_pass2()
H A Dxfs_dquot_item.c38 sizeof(struct xfs_disk_dquot); in xfs_qm_dquot_logitem_size()
49 struct xfs_disk_dquot ddq; in xfs_qm_dquot_logitem_format()
66 sizeof(struct xfs_disk_dquot)); in xfs_qm_dquot_logitem_format()
215 struct xfs_disk_dquot ddq = { }; in xfs_qm_dquot_logitem_precommit_check()
H A Dxfs_dquot.h214 void xfs_dquot_to_disk(struct xfs_disk_dquot *ddqp, struct xfs_dquot *dqp);
H A Dxfs_dquot.c580 struct xfs_disk_dquot *ddqp) in xfs_dquot_check_type()
619 struct xfs_disk_dquot *ddqp = &dqb->dd_diskdq; in xfs_dquot_from_disk()
667 struct xfs_disk_dquot *ddqp, in xfs_dquot_to_disk()
H A Dxfs_buf_item_recover.c476 const size_t size_disk_dquot = sizeof(struct xfs_disk_dquot); in xlog_recover_do_reg_buffer()
H A Dxfs_qm.c1105 struct xfs_disk_dquot *ddq; in xfs_qm_reset_dqcounts()
1107 ddq = (struct xfs_disk_dquot *)&dqb[j]; in xfs_qm_reset_dqcounts()
/linux-6.15/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.c42 struct xfs_disk_dquot *ddq, in xfs_dquot_verify()
212 struct xfs_disk_dquot *ddq; in xfs_dquot_buf_verify()
305 struct xfs_disk_dquot *ddq, in xfs_dquot_from_disk_ts()
H A Dxfs_ondisk.h36 XFS_CHECK_STRUCT_SIZE(struct xfs_disk_dquot, 104); in xfs_check_ondisk_structs()
H A Dxfs_format.h1438 struct xfs_disk_dquot { struct
1468 struct xfs_disk_dquot dd_diskdq; /* portion living incore as well */
H A Dxfs_trans_resv.c1102 return xfs_calc_buf_res(1, sizeof(struct xfs_disk_dquot)); in xfs_calc_qm_setqlim_reservation()
/linux-6.15/fs/xfs/scrub/
H A Dquota_repair.c269 const struct xfs_disk_dquot *ddq, in xrep_quota_fix_timer()
302 struct xfs_disk_dquot *ddq; in xrep_quota_block()