Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_trans_dquot.c122 nq->qt_ino_res = oq->qt_ino_res - oq->qt_ino_res_used; in xfs_trans_dup_dqinfo()
123 oq->qt_ino_res = oq->qt_ino_res_used; in xfs_trans_dup_dqinfo()
231 qtrx->qt_ino_res += delta; in xfs_trans_mod_dquot()
245 if (qtrx->qt_ino_res && delta > 0) { in xfs_trans_mod_dquot()
247 ASSERT(qtrx->qt_ino_res >= qtrx->qt_ino_res_used); in xfs_trans_mod_dquot()
467 ASSERT(qtrx->qt_ino_res >= qtrx->qt_ino_res_used); in xfs_trans_apply_dquot_deltas()
469 qtrx->qt_ino_res, in xfs_trans_apply_dquot_deltas()
522 if (qtrx->qt_ino_res) { in xfs_trans_unreserve_and_mod_dquots()
528 (xfs_qcnt_t)qtrx->qt_ino_res; in xfs_trans_unreserve_and_mod_dquots()
Dxfs_quota.h72 uint64_t qt_ino_res; /* inode reserved on a dquot */ member
Dxfs_trace.h1042 __entry->ino_res = qtrx->qt_ino_res;