Searched refs:qt_ino_res (Results 1 – 2 of 2) sorted by relevance
137 nq->qt_ino_res = oq->qt_ino_res - oq->qt_ino_res_used; in xfs_trans_dup_dqinfo()138 oq->qt_ino_res = oq->qt_ino_res_used; in xfs_trans_dup_dqinfo()241 qtrx->qt_ino_res += (ulong)delta; in xfs_trans_mod_dquot()259 if (qtrx->qt_ino_res && delta > 0) { in xfs_trans_mod_dquot()261 ASSERT(qtrx->qt_ino_res >= qtrx->qt_ino_res_used); in xfs_trans_mod_dquot()480 if (qtrx->qt_ino_res != 0) { in xfs_trans_apply_dquot_deltas()481 ASSERT(qtrx->qt_ino_res >= in xfs_trans_apply_dquot_deltas()483 if (qtrx->qt_ino_res > qtrx->qt_ino_res_used) in xfs_trans_apply_dquot_deltas()485 (qtrx->qt_ino_res - in xfs_trans_apply_dquot_deltas()545 if (qtrx->qt_ino_res) { in xfs_trans_unreserve_and_mod_dquots()[all …]
58 ulong qt_ino_res; /* inode reserved on a dquot */ member