Searched refs:qt_ino_res (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()219 qtrx->qt_ino_res += delta; in xfs_trans_mod_dquot()237 if (qtrx->qt_ino_res && delta > 0) { in xfs_trans_mod_dquot()239 ASSERT(qtrx->qt_ino_res >= qtrx->qt_ino_res_used); in xfs_trans_mod_dquot()457 if (qtrx->qt_ino_res != 0) { in xfs_trans_apply_dquot_deltas()458 ASSERT(qtrx->qt_ino_res >= in xfs_trans_apply_dquot_deltas()460 if (qtrx->qt_ino_res > qtrx->qt_ino_res_used) in xfs_trans_apply_dquot_deltas()462 (qtrx->qt_ino_res - in xfs_trans_apply_dquot_deltas()522 if (qtrx->qt_ino_res) { in xfs_trans_unreserve_and_mod_dquots()[all …]
71 uint64_t qt_ino_res; /* inode reserved on a dquot */ member