Lines Matching defs:nblks
636 int64_t nblks,
666 quota_nl = xfs_dqresv_check(blkres, qlim, nblks, &fatal);
690 blkres->reserved += (xfs_qcnt_t)nblks;
703 if (nblks != 0)
706 nblks);
752 int64_t nblks,
767 error = xfs_trans_dqresv(tp, mp, udqp, nblks, ninos, flags);
773 error = xfs_trans_dqresv(tp, mp, gdqp, nblks, ninos, flags);
779 error = xfs_trans_dqresv(tp, mp, pdqp, nblks, ninos, flags);
792 xfs_trans_dqresv(tp, mp, gdqp, -nblks, -ninos, flags);
796 xfs_trans_dqresv(tp, mp, udqp, -nblks, -ninos, flags);
810 int64_t nblks,
826 * Reserve nblks against these dquots, with trans as the mediator.
831 nblks, ninos, flags);