Lines Matching refs:ninos
597 long ninos, in xfs_trans_dqresv() argument
664 if (ninos > 0) { in xfs_trans_dqresv()
665 total_count = be64_to_cpu(dqp->q_core.d_icount) + ninos; in xfs_trans_dqresv()
697 if (ninos != 0) in xfs_trans_dqresv()
698 dqp->q_res_icount += (xfs_qcnt_t)ninos; in xfs_trans_dqresv()
714 if (ninos != 0) in xfs_trans_dqresv()
717 ninos); in xfs_trans_dqresv()
754 long ninos, 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()
813 long ninos, in xfs_trans_reserve_quota_nblks() argument
837 nblks, ninos, flags); in xfs_trans_reserve_quota_nblks()