Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_dquot_buf.c97 struct xfs_dqblk *dqb, in xfs_dqblk_verify()
114 struct xfs_dqblk *dqb, in xfs_dqblk_repair()
131 xfs_update_cksum((char *)dqb, sizeof(struct xfs_dqblk), in xfs_dqblk_repair()
142 struct xfs_dqblk *d = (struct xfs_dqblk *)bp->b_addr; in xfs_dquot_buf_verify_crc()
160 if (!xfs_verify_cksum((char *)d, sizeof(struct xfs_dqblk), in xfs_dquot_buf_verify_crc()
177 struct xfs_dqblk *dqb = bp->b_addr; in xfs_dquot_buf_verify()
213 sizeof(struct xfs_dqblk), fa); in xfs_dquot_buf_verify()
Dxfs_quota_defs.h143 struct xfs_dqblk *dqb, xfs_dqid_t id, uint type);
145 extern void xfs_dqblk_repair(struct xfs_mount *mp, struct xfs_dqblk *dqb,
Dxfs_format.h1180 typedef struct xfs_dqblk { struct
1192 #define XFS_DQUOT_CRC_OFF offsetof(struct xfs_dqblk, dd_crc) argument
/Linux-v5.4/fs/xfs/
Dxfs_ondisk.h35 XFS_CHECK_STRUCT_SIZE(struct xfs_dqblk, 136); in xfs_check_ondisk_structs()
Dxfs_dquot.c236 xfs_update_cksum((char *)d, sizeof(struct xfs_dqblk), in xfs_qm_init_dquot_blk()
1072 struct xfs_dqblk *dqb; in xfs_qm_dqflush()
1154 xfs_update_cksum((char *)dqb, sizeof(struct xfs_dqblk), in xfs_qm_dqflush()
Dxfs_qm.c830 struct xfs_dqblk *dqb; in xfs_qm_reset_dqcounts()
878 sizeof(struct xfs_dqblk), in xfs_qm_reset_dqcounts()
Dxfs_log_recover.c3307 struct xfs_dqblk *dqb = (struct xfs_dqblk *)ddq; in xlog_recover_dquot_pass2()
3317 xfs_update_cksum((char *)ddq, sizeof(struct xfs_dqblk), in xlog_recover_dquot_pass2()