Searched refs:ninos (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/fs/xfs/ |
D | xfs_trans_dquot.c | 625 long ninos, in xfs_trans_dqresv() argument 665 quota_nl = xfs_dqresv_check(&dqp->q_ino, &defq->ino, ninos, in xfs_trans_dqresv() 679 dqp->q_ino.reserved += (xfs_qcnt_t)ninos; in xfs_trans_dqresv() 692 xfs_trans_mod_dquot(tp, dqp, XFS_TRANS_DQ_RES_INOS, ninos); in xfs_trans_dqresv() 735 long ninos, in xfs_trans_reserve_quota_bydquots() argument 746 error = xfs_trans_dqresv(tp, mp, udqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots() 752 error = xfs_trans_dqresv(tp, mp, gdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots() 758 error = xfs_trans_dqresv(tp, mp, pdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots() 771 xfs_trans_dqresv(tp, mp, gdqp, -nblks, -ninos, flags); in xfs_trans_reserve_quota_bydquots() 775 xfs_trans_dqresv(tp, mp, udqp, -nblks, -ninos, flags); in xfs_trans_reserve_quota_bydquots()
|