qt_ino_res         71 fs/xfs/xfs_quota.h 	uint64_t	qt_ino_res;	  /* inode reserved on a dquot */
qt_ino_res        115 fs/xfs/xfs_trans_dquot.c 			nq->qt_ino_res = oq->qt_ino_res - oq->qt_ino_res_used;
qt_ino_res        116 fs/xfs/xfs_trans_dquot.c 			oq->qt_ino_res = oq->qt_ino_res_used;
qt_ino_res        219 fs/xfs/xfs_trans_dquot.c 		qtrx->qt_ino_res += delta;
qt_ino_res        237 fs/xfs/xfs_trans_dquot.c 		if (qtrx->qt_ino_res && delta > 0) {
qt_ino_res        239 fs/xfs/xfs_trans_dquot.c 			ASSERT(qtrx->qt_ino_res >= qtrx->qt_ino_res_used);
qt_ino_res        457 fs/xfs/xfs_trans_dquot.c 			if (qtrx->qt_ino_res != 0) {
qt_ino_res        458 fs/xfs/xfs_trans_dquot.c 				ASSERT(qtrx->qt_ino_res >=
qt_ino_res        460 fs/xfs/xfs_trans_dquot.c 				if (qtrx->qt_ino_res > qtrx->qt_ino_res_used)
qt_ino_res        462 fs/xfs/xfs_trans_dquot.c 						(qtrx->qt_ino_res -
qt_ino_res        522 fs/xfs/xfs_trans_dquot.c 			if (qtrx->qt_ino_res) {
qt_ino_res        528 fs/xfs/xfs_trans_dquot.c 					(xfs_qcnt_t)qtrx->qt_ino_res;