Searched refs:qt_ino_res_used (Results 1 – 2 of 2) sorted by relevance
158 nq->qt_ino_res = oq->qt_ino_res - oq->qt_ino_res_used; in xfs_trans_dup_dqinfo()159 oq->qt_ino_res = oq->qt_ino_res_used; in xfs_trans_dup_dqinfo()281 qtrx->qt_ino_res_used += (ulong)delta; in xfs_trans_mod_dquot()282 ASSERT(qtrx->qt_ino_res >= qtrx->qt_ino_res_used); in xfs_trans_mod_dquot()502 qtrx->qt_ino_res_used); in xfs_trans_apply_dquot_deltas()503 if (qtrx->qt_ino_res > qtrx->qt_ino_res_used) in xfs_trans_apply_dquot_deltas()506 qtrx->qt_ino_res_used); in xfs_trans_apply_dquot_deltas()
294 ulong qt_ino_res_used; /* inodes used from the reservation */ member