Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_trans_dquot.c578 long ninos, in xfs_trans_dqresv() argument
648 if (ninos > 0) { in xfs_trans_dqresv()
649 total_count = be64_to_cpu(dqp->q_core.d_icount) + ninos; in xfs_trans_dqresv()
681 if (ninos != 0) in xfs_trans_dqresv()
682 dqp->q_res_icount += (xfs_qcnt_t)ninos; in xfs_trans_dqresv()
698 if (ninos != 0) in xfs_trans_dqresv()
701 ninos); in xfs_trans_dqresv()
738 long ninos, in xfs_trans_reserve_quota_bydquots() argument
752 error = xfs_trans_dqresv(tp, mp, udqp, nblks, ninos, in xfs_trans_reserve_quota_bydquots()
759 error = xfs_trans_dqresv(tp, mp, gdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots()
[all …]
Dxfs_quota.h127 struct xfs_inode *ip, int64_t nblks, long ninos, uint flags) in xfs_trans_reserve_quota_nblks() argument
153 #define xfs_trans_unreserve_quota_nblks(tp, ip, nblks, ninos, flags) \ argument
154 xfs_trans_reserve_quota_nblks(tp, ip, -(nblks), -(ninos), flags)