Lines Matching refs:nblks
635 int64_t nblks, in xfs_trans_dqresv() argument
665 quota_nl = xfs_dqresv_check(blkres, qlim, nblks, &fatal); in xfs_trans_dqresv()
689 blkres->reserved += (xfs_qcnt_t)nblks; in xfs_trans_dqresv()
702 if (nblks != 0) in xfs_trans_dqresv()
705 nblks); in xfs_trans_dqresv()
745 int64_t nblks, in xfs_trans_reserve_quota_bydquots() argument
760 error = xfs_trans_dqresv(tp, mp, udqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots()
766 error = xfs_trans_dqresv(tp, mp, gdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots()
772 error = xfs_trans_dqresv(tp, mp, pdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots()
785 xfs_trans_dqresv(tp, mp, gdqp, -nblks, -ninos, flags); in xfs_trans_reserve_quota_bydquots()
789 xfs_trans_dqresv(tp, mp, udqp, -nblks, -ninos, flags); in xfs_trans_reserve_quota_bydquots()
803 int64_t nblks, in xfs_trans_reserve_quota_nblks() argument
824 nblks, ninos, flags); in xfs_trans_reserve_quota_nblks()