Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_trans_dquot.c642 xfs_qcnt_t *resbcountp; in xfs_trans_dqresv() local
657 resbcountp = &dqp->q_res_bcount; in xfs_trans_dqresv()
667 resbcountp = &dqp->q_res_rtbcount; in xfs_trans_dqresv()
676 " > hardlimit=%Ld?", nblks, *resbcountp, hardlimit); in xfs_trans_dqresv()
685 (hardlimit <= nblks + *resbcountp)) { in xfs_trans_dqresv()
691 (softlimit <= nblks + *resbcountp)) { in xfs_trans_dqresv()
738 (*resbcountp) += (xfs_qcnt_t)nblks; in xfs_trans_dqresv()