Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_dquot_buf.c99 struct xfs_dqblk *dqb, in xfs_dqblk_verify()
116 struct xfs_dqblk *dqb, in xfs_dqblk_repair()
133 xfs_update_cksum((char *)dqb, sizeof(struct xfs_dqblk), in xfs_dqblk_repair()
146 struct xfs_dqblk *d = (struct xfs_dqblk *)bp->b_addr; in xfs_dquot_buf_verify_crc()
164 if (!xfs_verify_cksum((char *)d, sizeof(struct xfs_dqblk), in xfs_dquot_buf_verify_crc()
181 struct xfs_dqblk *dqb = bp->b_addr; in xfs_dquot_buf_verify()
217 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 int xfs_dqblk_repair(struct xfs_mount *mp, struct xfs_dqblk *dqb,
Dxfs_format.h1172 typedef struct xfs_dqblk { struct
1184 #define XFS_DQUOT_CRC_OFF offsetof(struct xfs_dqblk, dd_crc) argument
/linux-4.19.296/fs/xfs/
Dxfs_ondisk.h35 XFS_CHECK_STRUCT_SIZE(struct xfs_dqblk, 136); in xfs_check_ondisk_structs()
Dxfs_dquot.c240 xfs_update_cksum((char *)d, sizeof(struct xfs_dqblk), in xfs_qm_init_dquot_blk()
1076 struct xfs_dqblk *dqb; in xfs_qm_dqflush()
1157 xfs_update_cksum((char *)dqb, sizeof(struct xfs_dqblk), in xfs_qm_dqflush()
Dxfs_qm.c834 struct xfs_dqblk *dqb; in xfs_qm_reset_dqcounts()
882 sizeof(struct xfs_dqblk), in xfs_qm_reset_dqcounts()
Dxfs_log_recover.c3383 struct xfs_dqblk *dqb = (struct xfs_dqblk *)ddq; in xlog_recover_dquot_pass2()
3393 xfs_update_cksum((char *)ddq, sizeof(struct xfs_dqblk), in xlog_recover_dquot_pass2()