Home
last modified time | relevance | path

Searched refs:ninos (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_trans_dquot.c637 long ninos, in xfs_trans_dqresv() argument
677 quota_nl = xfs_dqresv_check(&dqp->q_ino, &defq->ino, ninos, in xfs_trans_dqresv()
691 dqp->q_ino.reserved += (xfs_qcnt_t)ninos; in xfs_trans_dqresv()
707 if (ninos != 0) in xfs_trans_dqresv()
710 ninos); in xfs_trans_dqresv()
747 long ninos, in xfs_trans_reserve_quota_bydquots() argument
761 error = xfs_trans_dqresv(tp, mp, udqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots()
767 error = xfs_trans_dqresv(tp, mp, gdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots()
773 error = xfs_trans_dqresv(tp, mp, pdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots()
786 xfs_trans_dqresv(tp, mp, gdqp, -nblks, -ninos, flags); in xfs_trans_reserve_quota_bydquots()
[all …]
Dxfs_quota.h128 struct xfs_inode *ip, int64_t nblks, long ninos, uint flags) in xfs_trans_reserve_quota_nblks() argument
154 #define xfs_trans_unreserve_quota_nblks(tp, ip, nblks, ninos, flags) \ argument
155 xfs_trans_reserve_quota_nblks(tp, ip, -(nblks), -(ninos), flags)