xfs_disk_dquot_t  240 fs/xfs/quota/xfs_dquot.c 	xfs_disk_dquot_t	*d)
xfs_disk_dquot_t  276 fs/xfs/quota/xfs_dquot.c 	xfs_disk_dquot_t	*d)
xfs_disk_dquot_t  522 fs/xfs/quota/xfs_dquot.c 	xfs_disk_dquot_t	**O_ddpp,
xfs_disk_dquot_t  531 fs/xfs/quota/xfs_dquot.c 	xfs_disk_dquot_t *ddq;
xfs_disk_dquot_t  622 fs/xfs/quota/xfs_dquot.c 	ddq = (xfs_disk_dquot_t *)((char *)XFS_BUF_PTR(bp) + dqp->q_bufoffset);
xfs_disk_dquot_t  657 fs/xfs/quota/xfs_dquot.c 	xfs_disk_dquot_t *ddqp;
xfs_disk_dquot_t  675 fs/xfs/quota/xfs_dquot.c 	memcpy(&dqp->q_core, ddqp, sizeof(xfs_disk_dquot_t));
xfs_disk_dquot_t 1216 fs/xfs/quota/xfs_dquot.c 	xfs_disk_dquot_t	*ddqp;
xfs_disk_dquot_t 1269 fs/xfs/quota/xfs_dquot.c 	memcpy(ddqp, &(dqp->q_core), sizeof(xfs_disk_dquot_t));
xfs_disk_dquot_t   79 fs/xfs/quota/xfs_dquot.h 	xfs_disk_dquot_t q_core;	/* actual usage & quotas */
xfs_disk_dquot_t  180 fs/xfs/quota/xfs_dquot.h 					xfs_disk_dquot_t *);
xfs_disk_dquot_t  182 fs/xfs/quota/xfs_dquot.h 					xfs_disk_dquot_t *);
xfs_disk_dquot_t   81 fs/xfs/quota/xfs_dquot_item.c 	logvec->i_len  = sizeof(xfs_disk_dquot_t);
xfs_disk_dquot_t 1170 fs/xfs/quota/xfs_qm.c 		xfs_disk_dquot_t	*ddqp = &dqp->q_core;
xfs_disk_dquot_t 1447 fs/xfs/quota/xfs_qm.c 	xfs_disk_dquot_t	*ddq;
xfs_disk_dquot_t 1460 fs/xfs/quota/xfs_qm.c 	ddq = (xfs_disk_dquot_t *)XFS_BUF_PTR(bp);
xfs_disk_dquot_t 1478 fs/xfs/quota/xfs_qm.c 		ddq = (xfs_disk_dquot_t *) ((xfs_dqblk_t *)ddq + 1);
xfs_disk_dquot_t   55 fs/xfs/quota/xfs_qm_bhv.c 	xfs_disk_dquot_t	*dp)
xfs_disk_dquot_t  102 fs/xfs/quota/xfs_qm_bhv.c 		xfs_disk_dquot_t	*dp = &dqp->q_core;
xfs_disk_dquot_t   75 fs/xfs/quota/xfs_qm_syscalls.c STATIC void	xfs_qm_export_dquot(xfs_mount_t *, xfs_disk_dquot_t *,
xfs_disk_dquot_t  592 fs/xfs/quota/xfs_qm_syscalls.c 	xfs_disk_dquot_t	*ddq;
xfs_disk_dquot_t  606 fs/xfs/quota/xfs_qm_syscalls.c 	if ((error = xfs_trans_reserve(tp, 0, sizeof(xfs_disk_dquot_t) + 128,
xfs_disk_dquot_t  880 fs/xfs/quota/xfs_qm_syscalls.c 	xfs_disk_dquot_t	*src,
xfs_disk_dquot_t  356 fs/xfs/quota/xfs_trans_dquot.c 	xfs_disk_dquot_t	*d;
xfs_disk_dquot_t 1920 fs/xfs/xfs_log_recover.c 			error = xfs_qm_dqcheck((xfs_disk_dquot_t *)
xfs_disk_dquot_t 1943 fs/xfs/xfs_log_recover.c 	xfs_disk_dquot_t *ddq,
xfs_disk_dquot_t 2586 fs/xfs/xfs_log_recover.c 	recddq = (xfs_disk_dquot_t *)item->ri_buf[1].i_addr;
xfs_disk_dquot_t 2626 fs/xfs/xfs_log_recover.c 	ddq = (xfs_disk_dquot_t *)xfs_buf_offset(bp, dq_f->qlf_boffset);
xfs_disk_dquot_t   77 fs/xfs/xfs_quota.h 	xfs_disk_dquot_t  dd_diskdq;	/* portion that lives incore as well */
xfs_disk_dquot_t   99 fs/xfs/xfs_quota.h #define XFS_DQUOT_LOGRES(mp)	(sizeof(xfs_disk_dquot_t) * 3)
xfs_disk_dquot_t  364 fs/xfs/xfs_quota.h extern int xfs_qm_dqcheck(xfs_disk_dquot_t *, xfs_dqid_t, uint, uint, char *);