Home
last modified time | relevance | path

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

/fs/xfs/quota/
Dxfs_trans_dquot.c624 xfs_qcnt_t *resbcountp; in xfs_trans_dqresv() local
641 resbcountp = &dqp->q_res_bcount; in xfs_trans_dqresv()
653 resbcountp = &dqp->q_res_rtbcount; in xfs_trans_dqresv()
664 " > hardlimit=%Ld?", nblks, *resbcountp, hardlimit); in xfs_trans_dqresv()
673 (hardlimit <= nblks + *resbcountp)) { in xfs_trans_dqresv()
679 (softlimit <= nblks + *resbcountp)) { in xfs_trans_dqresv()
715 (*resbcountp) += (xfs_qcnt_t)nblks; in xfs_trans_dqresv()