Home
last modified time | relevance | path

Searched refs:xfs_trans_reserve_quota_bydquots (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/xfs/
Dxfs_trans_dquot.c894 xfs_trans_reserve_quota_bydquots( in xfs_trans_reserve_quota_bydquots() function
973 error = xfs_trans_reserve_quota_bydquots(tp, mp, ip->i_udquot, in xfs_trans_reserve_quota_nblks()
980 error = xfs_trans_reserve_quota_bydquots(tp, mp, ip->i_udquot, in xfs_trans_reserve_quota_nblks()
984 xfs_trans_reserve_quota_bydquots(tp, mp, ip->i_udquot, in xfs_trans_reserve_quota_nblks()
1007 return xfs_trans_reserve_quota_bydquots(tp, mp, udqp, gdqp, pdqp, in xfs_trans_reserve_quota_icreate()
Dxfs_quota.h102 extern int xfs_trans_reserve_quota_bydquots(struct xfs_trans *,
176 static inline int xfs_trans_reserve_quota_bydquots(struct xfs_trans *tp, in xfs_trans_reserve_quota_bydquots() function
Dxfs_trans.c1276 error = xfs_trans_reserve_quota_bydquots(tp, mp, udqp, gdqp, in xfs_trans_alloc_ichange()