Lines Matching refs:nblks
590 long nblks, in xfs_trans_dqresv() argument
636 if (nblks > 0) { in xfs_trans_dqresv()
642 total_count = *resbcountp + nblks; in xfs_trans_dqresv()
690 (*resbcountp) += (xfs_qcnt_t)nblks; in xfs_trans_dqresv()
704 if (nblks != 0) in xfs_trans_dqresv()
707 nblks); in xfs_trans_dqresv()
747 long nblks, in xfs_trans_reserve_quota_bydquots() argument
762 error = xfs_trans_dqresv(tp, mp, udqp, nblks, ninos, in xfs_trans_reserve_quota_bydquots()
769 error = xfs_trans_dqresv(tp, mp, gdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots()
775 error = xfs_trans_dqresv(tp, mp, pdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots()
788 xfs_trans_dqresv(tp, mp, gdqp, -nblks, -ninos, flags); in xfs_trans_reserve_quota_bydquots()
792 xfs_trans_dqresv(tp, mp, udqp, -nblks, -ninos, flags); in xfs_trans_reserve_quota_bydquots()
806 long nblks, in xfs_trans_reserve_quota_nblks() argument
831 nblks, ninos, flags); in xfs_trans_reserve_quota_nblks()