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

/linux-master/fs/xfs/
H A Dxfs_quota.h102 extern int xfs_trans_reserve_quota_bydquots(struct xfs_trans *,
182 static inline int xfs_trans_reserve_quota_bydquots(struct xfs_trans *tp, function
H A Dxfs_trans_dquot.c889 xfs_trans_reserve_quota_bydquots( function
968 error = xfs_trans_reserve_quota_bydquots(tp, mp, ip->i_udquot,
975 error = xfs_trans_reserve_quota_bydquots(tp, mp, ip->i_udquot,
979 xfs_trans_reserve_quota_bydquots(tp, mp, ip->i_udquot,
1002 return xfs_trans_reserve_quota_bydquots(tp, mp, udqp, gdqp, pdqp,
H A Dxfs_trans.c1402 error = xfs_trans_reserve_quota_bydquots(tp, mp, udqp, gdqp,

Completed in 167 milliseconds