xfs_qcnt_t         44 fs/xfs/xfs_dquot.h 	xfs_qcnt_t	 q_res_bcount;	/* total regular nblks used+reserved */
xfs_qcnt_t         45 fs/xfs/xfs_dquot.h 	xfs_qcnt_t	 q_res_icount;	/* total inos allocd+reserved */
xfs_qcnt_t         46 fs/xfs/xfs_dquot.h 	xfs_qcnt_t	 q_res_rtbcount;/* total realtime blks used+reserved */
xfs_qcnt_t         47 fs/xfs/xfs_dquot.h 	xfs_qcnt_t	 q_prealloc_lo_wmark;/* prealloc throttle wmark */
xfs_qcnt_t         48 fs/xfs/xfs_dquot.h 	xfs_qcnt_t	 q_prealloc_hi_wmark;/* prealloc disabled wmark */
xfs_qcnt_t       1059 fs/xfs/xfs_qm.c 	xfs_qcnt_t		nblks,
xfs_qcnt_t       1060 fs/xfs/xfs_qm.c 	xfs_qcnt_t		rtblks)
xfs_qcnt_t       1123 fs/xfs/xfs_qm.c 	xfs_qcnt_t		nblks;
xfs_qcnt_t       1160 fs/xfs/xfs_qm.c 	nblks = (xfs_qcnt_t)ip->i_d.di_nblocks - rtblks;
xfs_qcnt_t       1860 fs/xfs/xfs_qm.c 			    (xfs_qcnt_t)delblks, 0,
xfs_qcnt_t       1866 fs/xfs/xfs_qm.c 				-((xfs_qcnt_t)delblks), 0, blkflags);
xfs_qcnt_t         45 fs/xfs/xfs_qm.h 	xfs_qcnt_t       bhardlimit;     /* default data blk hard limit */
xfs_qcnt_t         46 fs/xfs/xfs_qm.h 	xfs_qcnt_t       bsoftlimit;	 /* default data blk soft limit */
xfs_qcnt_t         47 fs/xfs/xfs_qm.h 	xfs_qcnt_t       ihardlimit;	 /* default inode count hard limit */
xfs_qcnt_t         48 fs/xfs/xfs_qm.h 	xfs_qcnt_t       isoftlimit;	 /* default inode count soft limit */
xfs_qcnt_t         49 fs/xfs/xfs_qm.h 	xfs_qcnt_t	 rtbhardlimit;   /* default realtime blk hard limit */
xfs_qcnt_t         50 fs/xfs/xfs_qm.h 	xfs_qcnt_t	 rtbsoftlimit;   /* default realtime blk soft limit */
xfs_qcnt_t        391 fs/xfs/xfs_qm_syscalls.c 	xfs_qcnt_t		hard, soft;
xfs_qcnt_t        433 fs/xfs/xfs_qm_syscalls.c 		(xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_spc_hardlimit) :
xfs_qcnt_t        436 fs/xfs/xfs_qm_syscalls.c 		(xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_spc_softlimit) :
xfs_qcnt_t        450 fs/xfs/xfs_qm_syscalls.c 		(xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_rt_spc_hardlimit) :
xfs_qcnt_t        453 fs/xfs/xfs_qm_syscalls.c 		(xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_rt_spc_softlimit) :
xfs_qcnt_t        467 fs/xfs/xfs_qm_syscalls.c 		(xfs_qcnt_t) newlim->d_ino_hardlimit :
xfs_qcnt_t        470 fs/xfs/xfs_qm_syscalls.c 		(xfs_qcnt_t) newlim->d_ino_softlimit :
xfs_qcnt_t        377 fs/xfs/xfs_trans_dquot.c 				be64_add_cpu(&d->d_bcount, (xfs_qcnt_t)totalbdelta);
xfs_qcnt_t        380 fs/xfs/xfs_trans_dquot.c 				be64_add_cpu(&d->d_icount, (xfs_qcnt_t)qtrx->qt_icount_delta);
xfs_qcnt_t        383 fs/xfs/xfs_trans_dquot.c 				be64_add_cpu(&d->d_rtbcount, (xfs_qcnt_t)totalrtbdelta);
xfs_qcnt_t        412 fs/xfs/xfs_trans_dquot.c 						dqp->q_res_bcount -= (xfs_qcnt_t)
xfs_qcnt_t        416 fs/xfs/xfs_trans_dquot.c 						dqp->q_res_bcount -= (xfs_qcnt_t)
xfs_qcnt_t        430 fs/xfs/xfs_trans_dquot.c 					      (xfs_qcnt_t)qtrx->qt_bcount_delta;
xfs_qcnt_t        440 fs/xfs/xfs_trans_dquot.c 					       dqp->q_res_rtbcount -= (xfs_qcnt_t)
xfs_qcnt_t        444 fs/xfs/xfs_trans_dquot.c 					       dqp->q_res_rtbcount -= (xfs_qcnt_t)
xfs_qcnt_t        451 fs/xfs/xfs_trans_dquot.c 					    (xfs_qcnt_t)qtrx->qt_rtbcount_delta;
xfs_qcnt_t        461 fs/xfs/xfs_trans_dquot.c 					dqp->q_res_icount -= (xfs_qcnt_t)
xfs_qcnt_t        467 fs/xfs/xfs_trans_dquot.c 					    (xfs_qcnt_t)qtrx->qt_icount_delta;
xfs_qcnt_t        520 fs/xfs/xfs_trans_dquot.c 					(xfs_qcnt_t)qtrx->qt_blk_res;
xfs_qcnt_t        528 fs/xfs/xfs_trans_dquot.c 					(xfs_qcnt_t)qtrx->qt_ino_res;
xfs_qcnt_t        537 fs/xfs/xfs_trans_dquot.c 					(xfs_qcnt_t)qtrx->qt_rtblk_res;
xfs_qcnt_t        581 fs/xfs/xfs_trans_dquot.c 	xfs_qcnt_t	hardlimit;
xfs_qcnt_t        582 fs/xfs/xfs_trans_dquot.c 	xfs_qcnt_t	softlimit;
xfs_qcnt_t        586 fs/xfs/xfs_trans_dquot.c 	xfs_qcnt_t	total_count;
xfs_qcnt_t        587 fs/xfs/xfs_trans_dquot.c 	xfs_qcnt_t	*resbcountp;
xfs_qcnt_t        680 fs/xfs/xfs_trans_dquot.c 	(*resbcountp) += (xfs_qcnt_t)nblks;
xfs_qcnt_t        682 fs/xfs/xfs_trans_dquot.c 		dqp->q_res_icount += (xfs_qcnt_t)ninos;