Searched refs:qt_ino_res_used (Results 1 – 2 of 2) sorted by relevance
115 nq->qt_ino_res = oq->qt_ino_res - oq->qt_ino_res_used; in xfs_trans_dup_dqinfo()116 oq->qt_ino_res = oq->qt_ino_res_used; in xfs_trans_dup_dqinfo()238 qtrx->qt_ino_res_used += delta; in xfs_trans_mod_dquot()239 ASSERT(qtrx->qt_ino_res >= qtrx->qt_ino_res_used); in xfs_trans_mod_dquot()459 qtrx->qt_ino_res_used); in xfs_trans_apply_dquot_deltas()460 if (qtrx->qt_ino_res > qtrx->qt_ino_res_used) in xfs_trans_apply_dquot_deltas()463 qtrx->qt_ino_res_used); in xfs_trans_apply_dquot_deltas()
72 uint64_t qt_ino_res_used; /* inodes used from the reservation */ member