Searched refs:xfs_dqblk (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_dquot_buf.c | 106 struct xfs_dqblk *dqb, in xfs_dqblk_verify() 122 struct xfs_dqblk *dqb, 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()
|
D | xfs_quota_defs.h | 142 struct xfs_dqblk *dqb, xfs_dqid_t id); 144 extern void xfs_dqblk_repair(struct xfs_mount *mp, struct xfs_dqblk *dqb,
|
D | xfs_format.h | 1394 typedef struct xfs_dqblk { struct 1406 #define XFS_DQUOT_CRC_OFF offsetof(struct xfs_dqblk, dd_crc) argument
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_dquot_item_recover.c | 140 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()
|
D | xfs_ondisk.h | 39 XFS_CHECK_STRUCT_SIZE(struct xfs_dqblk, 136); in xfs_check_ondisk_structs()
|
D | xfs_dquot.c | 187 struct xfs_dqblk *d; in xfs_qm_init_dquot_blk() 230 xfs_update_cksum((char *)d, sizeof(struct xfs_dqblk), in xfs_qm_init_dquot_blk() 1246 struct xfs_dqblk *dqblk; in xfs_qm_dqflush() 1302 xfs_update_cksum((char *)dqblk, sizeof(struct xfs_dqblk), in xfs_qm_dqflush()
|
D | xfs_qm.c | 841 struct xfs_dqblk *dqb; in xfs_qm_reset_dqcounts() 898 sizeof(struct xfs_dqblk), in xfs_qm_reset_dqcounts()
|