Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_trans_dquot.c178 nq->qt_ino_res = oq->qt_ino_res - oq->qt_ino_res_used; in xfs_trans_dup_dqinfo()
179 oq->qt_ino_res = oq->qt_ino_res_used; in xfs_trans_dup_dqinfo()
303 qtrx->qt_ino_res_used += (ulong)delta; in xfs_trans_mod_dquot()
304 ASSERT(qtrx->qt_ino_res >= qtrx->qt_ino_res_used); in xfs_trans_mod_dquot()
524 qtrx->qt_ino_res_used); in xfs_trans_apply_dquot_deltas()
525 if (qtrx->qt_ino_res > qtrx->qt_ino_res_used) in xfs_trans_apply_dquot_deltas()
528 qtrx->qt_ino_res_used); in xfs_trans_apply_dquot_deltas()
/linux-2.4.37.9/fs/xfs/
Dxfs_quota.h275 ulong qt_ino_res_used; /* inodes used from the reservation */ member