Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_trans_dquot.c125 nq->qt_ino_res = oq->qt_ino_res - oq->qt_ino_res_used; in xfs_trans_dup_dqinfo()
126 oq->qt_ino_res = oq->qt_ino_res_used; in xfs_trans_dup_dqinfo()
248 qtrx->qt_ino_res_used += (ulong)delta; in xfs_trans_mod_dquot()
249 ASSERT(qtrx->qt_ino_res >= qtrx->qt_ino_res_used); in xfs_trans_mod_dquot()
470 qtrx->qt_ino_res_used); in xfs_trans_apply_dquot_deltas()
471 if (qtrx->qt_ino_res > qtrx->qt_ino_res_used) in xfs_trans_apply_dquot_deltas()
474 qtrx->qt_ino_res_used); in xfs_trans_apply_dquot_deltas()
Dxfs_quota.h63 ulong qt_ino_res_used; /* inodes used from the reservation */ member