Searched refs:ninos (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/xfs/ |
D | xfs_trans_dquot.c | 589 long ninos, in xfs_trans_dqresv() argument 659 if (ninos > 0) { in xfs_trans_dqresv() 660 total_count = be64_to_cpu(dqp->q_core.d_icount) + ninos; in xfs_trans_dqresv() 692 if (ninos != 0) in xfs_trans_dqresv() 693 dqp->q_res_icount += (xfs_qcnt_t)ninos; in xfs_trans_dqresv() 709 if (ninos != 0) in xfs_trans_dqresv() 712 ninos); in xfs_trans_dqresv() 749 long ninos, in xfs_trans_reserve_quota_bydquots() argument 763 error = xfs_trans_dqresv(tp, mp, udqp, nblks, ninos, in xfs_trans_reserve_quota_bydquots() 770 error = xfs_trans_dqresv(tp, mp, gdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots() [all …]
|
D | xfs_quota.h | 124 struct xfs_inode *ip, long nblks, long ninos, uint flags) in xfs_trans_reserve_quota_nblks() argument 150 #define xfs_trans_unreserve_quota_nblks(tp, ip, nblks, ninos, flags) \ argument 151 xfs_trans_reserve_quota_nblks(tp, ip, -(nblks), -(ninos), flags)
|