Home
last modified time | relevance | path

Searched refs:xfs_dqblk (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_dquot_buf.c25 return BBTOB(nbblks) / sizeof(struct xfs_dqblk); in xfs_calc_dquots_per_chunk()
106 struct xfs_dqblk *dqb, in xfs_dqblk_verify()
122 struct xfs_dqblk *dqb, in xfs_dqblk_repair()
130 memset(dqb, 0, sizeof(struct xfs_dqblk)); in xfs_dqblk_repair()
139 xfs_update_cksum((char *)dqb, sizeof(struct xfs_dqblk), in xfs_dqblk_repair()
150 struct xfs_dqblk *d = (struct xfs_dqblk *)bp->b_addr; in xfs_dquot_buf_verify_crc()
168 if (!xfs_verify_cksum((char *)d, sizeof(struct xfs_dqblk), in xfs_dquot_buf_verify_crc()
185 struct xfs_dqblk *dqb = bp->b_addr; in xfs_dquot_buf_verify()
221 sizeof(struct xfs_dqblk), fa); in xfs_dquot_buf_verify()
Dxfs_quota_defs.h136 struct xfs_dqblk *dqb, xfs_dqid_t id);
138 extern void xfs_dqblk_repair(struct xfs_mount *mp, struct xfs_dqblk *dqb,
Dxfs_format.h1307 struct xfs_dqblk { struct
1319 #define XFS_DQUOT_CRC_OFF offsetof(struct xfs_dqblk, dd_crc) argument
/linux-6.1.9/fs/xfs/
Dxfs_dquot_item_recover.c140 struct xfs_dqblk *dqb = (struct xfs_dqblk *)ddq; in xlog_recover_dquot_commit_pass2()
150 xfs_update_cksum((char *)ddq, sizeof(struct xfs_dqblk), in xlog_recover_dquot_commit_pass2()
Dxfs_dquot.c184 struct xfs_dqblk *d; in xfs_qm_init_dquot_blk()
227 xfs_update_cksum((char *)d, sizeof(struct xfs_dqblk), in xfs_qm_init_dquot_blk()
488 sizeof(struct xfs_dqblk); in xfs_dquot_alloc()
1220 struct xfs_dqblk *dqblk; in xfs_qm_dqflush()
1276 xfs_update_cksum((char *)dqblk, sizeof(struct xfs_dqblk), in xfs_qm_dqflush()
Dxfs_ondisk.h39 XFS_CHECK_STRUCT_SIZE(struct xfs_dqblk, 136); in xfs_check_ondisk_structs()
Dxfs_qm.c834 struct xfs_dqblk *dqb; in xfs_qm_reset_dqcounts()
845 sizeof(struct xfs_dqblk); in xfs_qm_reset_dqcounts()
891 sizeof(struct xfs_dqblk), in xfs_qm_reset_dqcounts()