Lines Matching refs:nblks
596 long nblks, in xfs_trans_dqresv() argument
642 if (nblks > 0) { in xfs_trans_dqresv()
648 total_count = *resbcountp + nblks; in xfs_trans_dqresv()
696 (*resbcountp) += (xfs_qcnt_t)nblks; in xfs_trans_dqresv()
710 if (nblks != 0) in xfs_trans_dqresv()
713 nblks); in xfs_trans_dqresv()
753 long nblks, in xfs_trans_reserve_quota_bydquots() argument
768 error = xfs_trans_dqresv(tp, mp, udqp, nblks, ninos, in xfs_trans_reserve_quota_bydquots()
775 error = xfs_trans_dqresv(tp, mp, gdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots()
781 error = xfs_trans_dqresv(tp, mp, pdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots()
794 xfs_trans_dqresv(tp, mp, gdqp, -nblks, -ninos, flags); in xfs_trans_reserve_quota_bydquots()
798 xfs_trans_dqresv(tp, mp, udqp, -nblks, -ninos, flags); in xfs_trans_reserve_quota_bydquots()
812 long nblks, in xfs_trans_reserve_quota_nblks() argument
837 nblks, ninos, flags); in xfs_trans_reserve_quota_nblks()