Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_dquot_buf.c167 xfs_update_cksum((char *)d, sizeof(struct xfs_dqblk), in xfs_dqcheck()
179 struct xfs_dqblk *d = (struct xfs_dqblk *)bp->b_addr; in xfs_dquot_buf_verify_crc()
198 if (!xfs_verify_cksum((char *)d, sizeof(struct xfs_dqblk), in xfs_dquot_buf_verify_crc()
213 struct xfs_dqblk *d = (struct xfs_dqblk *)bp->b_addr; in xfs_dquot_buf_verify()
Dxfs_format.h1123 typedef struct xfs_dqblk { struct
1135 #define XFS_DQUOT_CRC_OFF offsetof(struct xfs_dqblk, dd_crc) argument
/linux-4.1.27/fs/xfs/
Dxfs_dquot.c255 xfs_update_cksum((char *)d, sizeof(struct xfs_dqblk), in xfs_qm_init_dquot_blk()
414 struct xfs_dqblk *d; in xfs_qm_dqrepair()
432 d = (struct xfs_dqblk *)(*bpp)->b_addr; in xfs_qm_dqrepair()
1018 struct xfs_dqblk *dqb = (struct xfs_dqblk *)ddqp; in xfs_qm_dqflush()
1021 xfs_update_cksum((char *)dqb, sizeof(struct xfs_dqblk), in xfs_qm_dqflush()
Dxfs_qm.c817 struct xfs_dqblk *dqb; in xfs_qm_reset_dqcounts()
861 sizeof(struct xfs_dqblk), in xfs_qm_reset_dqcounts()
Dxfs_log_recover.c2900 struct xfs_dqblk *dqb = (struct xfs_dqblk *)ddq; in xlog_recover_dquot_pass2()
2910 xfs_update_cksum((char *)ddq, sizeof(struct xfs_dqblk), in xlog_recover_dquot_pass2()