Home
last modified time | relevance | path

Searched refs:qt_ino_res (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/xfs/
Dxfs_trans_dquot.c131 nq->qt_ino_res = oq->qt_ino_res - oq->qt_ino_res_used; in xfs_trans_dup_dqinfo()
132 oq->qt_ino_res = oq->qt_ino_res_used; in xfs_trans_dup_dqinfo()
235 qtrx->qt_ino_res += (ulong)delta; in xfs_trans_mod_dquot()
257 if (qtrx->qt_ino_res && delta > 0) { in xfs_trans_mod_dquot()
259 ASSERT(qtrx->qt_ino_res >= qtrx->qt_ino_res_used); in xfs_trans_mod_dquot()
474 if (qtrx->qt_ino_res != 0) { in xfs_trans_apply_dquot_deltas()
475 ASSERT(qtrx->qt_ino_res >= in xfs_trans_apply_dquot_deltas()
477 if (qtrx->qt_ino_res > qtrx->qt_ino_res_used) in xfs_trans_apply_dquot_deltas()
479 (qtrx->qt_ino_res - in xfs_trans_apply_dquot_deltas()
539 if (qtrx->qt_ino_res) { in xfs_trans_unreserve_and_mod_dquots()
[all …]
Dxfs_quota.h59 ulong qt_ino_res; /* inode reserved on a dquot */ member