Searched refs:ninos (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/fs/xfs/ ! |
D | xfs_trans_dquot.c | 623 long ninos, in xfs_trans_dqresv() argument 663 quota_nl = xfs_dqresv_check(&dqp->q_ino, &defq->ino, ninos, in xfs_trans_dqresv() 677 dqp->q_ino.reserved += (xfs_qcnt_t)ninos; in xfs_trans_dqresv() 690 xfs_trans_mod_dquot(tp, dqp, XFS_TRANS_DQ_RES_INOS, ninos); in xfs_trans_dqresv() 733 long ninos, in xfs_trans_reserve_quota_bydquots() argument 744 error = xfs_trans_dqresv(tp, mp, udqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots() 750 error = xfs_trans_dqresv(tp, mp, gdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots() 756 error = xfs_trans_dqresv(tp, mp, pdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots() 769 xfs_trans_dqresv(tp, mp, gdqp, -nblks, -ninos, flags); in xfs_trans_reserve_quota_bydquots() 773 xfs_trans_dqresv(tp, mp, udqp, -nblks, -ninos, flags); in xfs_trans_reserve_quota_bydquots()
|