q_res_rtbcount    508 fs/xfs/xfs_dquot.c 	dqp->q_res_rtbcount = be64_to_cpu(ddqp->d_rtbcount);
q_res_rtbcount     46 fs/xfs/xfs_dquot.h 	xfs_qcnt_t	 q_res_rtbcount;/* total realtime blks used+reserved */
q_res_rtbcount   1092 fs/xfs/xfs_qm.c 		dqp->q_res_rtbcount += rtblks;
q_res_rtbcount    634 fs/xfs/xfs_qm_syscalls.c 	dst->d_rt_space = XFS_FSB_TO_B(mp, dqp->q_res_rtbcount);
q_res_rtbcount    440 fs/xfs/xfs_trans_dquot.c 					       dqp->q_res_rtbcount -= (xfs_qcnt_t)
q_res_rtbcount    444 fs/xfs/xfs_trans_dquot.c 					       dqp->q_res_rtbcount -= (xfs_qcnt_t)
q_res_rtbcount    450 fs/xfs/xfs_trans_dquot.c 					dqp->q_res_rtbcount +=
q_res_rtbcount    474 fs/xfs/xfs_trans_dquot.c 			ASSERT(dqp->q_res_rtbcount >=
q_res_rtbcount    536 fs/xfs/xfs_trans_dquot.c 				dqp->q_res_rtbcount -=
q_res_rtbcount    618 fs/xfs/xfs_trans_dquot.c 		resbcountp = &dqp->q_res_rtbcount;
q_res_rtbcount    704 fs/xfs/xfs_trans_dquot.c 	ASSERT(dqp->q_res_rtbcount >= be64_to_cpu(dqp->q_core.d_rtbcount));