Searched refs:xfs_dqblk (Results 1 - 8 of 8) sorted by last modified time

/linux-master/fs/xfs/
H A Dxfs_dquot.c208 struct xfs_dqblk *d;
251 xfs_update_cksum((char *)d, sizeof(struct xfs_dqblk),
514 sizeof(struct xfs_dqblk);
591 struct xfs_dqblk *dqb = xfs_buf_offset(bp, dqp->q_bufoffset);
1255 struct xfs_dqblk *dqblk;
1314 xfs_update_cksum((char *)dqblk, sizeof(struct xfs_dqblk),
H A Dxfs_qm.c852 struct xfs_dqblk *dqb;
863 sizeof(struct xfs_dqblk);
909 sizeof(struct xfs_dqblk),
H A Dxfs_dquot_item_recover.c69 struct xfs_dqblk *dqb;
152 xfs_update_cksum((char *)dqb, sizeof(struct xfs_dqblk),
161 sizeof(struct xfs_dqblk));
/linux-master/fs/xfs/libxfs/
H A Dxfs_format.h1297 struct xfs_dqblk { struct
1309 #define XFS_DQUOT_CRC_OFF offsetof(struct xfs_dqblk, dd_crc)
H A Dxfs_ondisk.h39 XFS_CHECK_STRUCT_SIZE(struct xfs_dqblk, 136);
H A 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,
H A Dxfs_dquot_buf.c25 return BBTOB(nbblks) / sizeof(struct xfs_dqblk);
31 * The xfs_dqblk structure /contains/ the xfs_disk_dquot structure;
106 struct xfs_dqblk *dqb,
122 struct xfs_dqblk *dqb,
130 memset(dqb, 0, sizeof(struct xfs_dqblk));
139 xfs_update_cksum((char *)dqb, sizeof(struct xfs_dqblk),
150 struct xfs_dqblk *d = (struct xfs_dqblk *)bp->b_addr;
168 if (!xfs_verify_cksum((char *)d, sizeof(struct xfs_dqblk),
185 struct xfs_dqblk *dq
[all...]
/linux-master/fs/xfs/scrub/
H A Dquota_repair.c304 struct xfs_dqblk *dqblk;
373 xfs_update_cksum((char *)dqblk, sizeof(struct xfs_dqblk),

Completed in 317 milliseconds