Lines Matching refs:nblks
588 long nblks, in xfs_trans_dqresv() argument
637 if (nblks > 0) { in xfs_trans_dqresv()
643 total_count = *resbcountp + nblks; in xfs_trans_dqresv()
691 (*resbcountp) += (xfs_qcnt_t)nblks; in xfs_trans_dqresv()
705 if (nblks != 0) in xfs_trans_dqresv()
708 nblks); in xfs_trans_dqresv()
748 long nblks, in xfs_trans_reserve_quota_bydquots() argument
763 error = xfs_trans_dqresv(tp, mp, udqp, nblks, ninos, in xfs_trans_reserve_quota_bydquots()
770 error = xfs_trans_dqresv(tp, mp, gdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots()
776 error = xfs_trans_dqresv(tp, mp, pdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots()
789 xfs_trans_dqresv(tp, mp, gdqp, -nblks, -ninos, flags); in xfs_trans_reserve_quota_bydquots()
793 xfs_trans_dqresv(tp, mp, udqp, -nblks, -ninos, flags); in xfs_trans_reserve_quota_bydquots()
807 long nblks, in xfs_trans_reserve_quota_nblks() argument
832 nblks, ninos, flags); in xfs_trans_reserve_quota_nblks()