Lines Matching refs:nblks
634 long nblks, in xfs_trans_dqresv() argument
676 " > hardlimit=%Ld?", nblks, *resbcountp, hardlimit); in xfs_trans_dqresv()
678 if (nblks > 0) { 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()
752 if (nblks != 0) in xfs_trans_dqresv()
755 nblks); in xfs_trans_dqresv()
791 long nblks, in xfs_trans_reserve_quota_bydquots() argument
807 if (xfs_trans_dqresv(tp, mp, udqp, nblks, ninos, flags)) in xfs_trans_reserve_quota_bydquots()
813 if (xfs_trans_dqresv(tp, mp, gdqp, nblks, ninos, flags)) { in xfs_trans_reserve_quota_bydquots()
820 -nblks, -ninos, flags); in xfs_trans_reserve_quota_bydquots()
845 long nblks, in xfs_trans_reserve_quota_nblks() argument
867 nblks, ninos, in xfs_trans_reserve_quota_nblks()