qt_blk_res         62 fs/xfs/xfs_quota.h 	uint64_t	qt_blk_res;	  /* blks reserved on a dquot */
qt_blk_res         98 fs/xfs/xfs_trans_dquot.c 			if (oq->qt_blk_res && oq->qt_bcount_delta > 0)
qt_blk_res        108 fs/xfs/xfs_trans_dquot.c 			nq->qt_blk_res = oq->qt_blk_res - blk_res_used;
qt_blk_res        109 fs/xfs/xfs_trans_dquot.c 			oq->qt_blk_res = blk_res_used;
qt_blk_res        212 fs/xfs/xfs_trans_dquot.c 		qtrx->qt_blk_res += delta;
qt_blk_res        404 fs/xfs/xfs_trans_dquot.c 			if (qtrx->qt_blk_res != 0) {
qt_blk_res        410 fs/xfs/xfs_trans_dquot.c 				if (qtrx->qt_blk_res != blk_res_used) {
qt_blk_res        411 fs/xfs/xfs_trans_dquot.c 					if (qtrx->qt_blk_res > blk_res_used)
qt_blk_res        413 fs/xfs/xfs_trans_dquot.c 							(qtrx->qt_blk_res -
qt_blk_res        418 fs/xfs/xfs_trans_dquot.c 							 qtrx->qt_blk_res);
qt_blk_res        516 fs/xfs/xfs_trans_dquot.c 			if (qtrx->qt_blk_res) {
qt_blk_res        520 fs/xfs/xfs_trans_dquot.c 					(xfs_qcnt_t)qtrx->qt_blk_res;