Searched refs:xfs_trans_reserve_quota_bydquots (Results 1 – 3 of 3) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_trans_dquot.c | 919 xfs_trans_reserve_quota_bydquots( in xfs_trans_reserve_quota_bydquots() function 1000 error = xfs_trans_reserve_quota_bydquots(tp, mp, ip->i_udquot, in xfs_trans_reserve_quota_nblks() 1007 error = xfs_trans_reserve_quota_bydquots(tp, mp, ip->i_udquot, in xfs_trans_reserve_quota_nblks() 1011 xfs_trans_reserve_quota_bydquots(tp, mp, ip->i_udquot, in xfs_trans_reserve_quota_nblks() 1034 return xfs_trans_reserve_quota_bydquots(tp, mp, udqp, gdqp, pdqp, in xfs_trans_reserve_quota_icreate()
|
H A D | xfs_quota.h | 103 extern int xfs_trans_reserve_quota_bydquots(struct xfs_trans *, 179 static inline int xfs_trans_reserve_quota_bydquots(struct xfs_trans *tp, in xfs_trans_reserve_quota_bydquots() function
|
H A D | xfs_trans.c | 1313 error = xfs_trans_reserve_quota_bydquots(tp, mp, udqp, gdqp, in xfs_trans_alloc_ichange() 1326 error = xfs_trans_reserve_quota_bydquots(tp, mp, udqp, gdqp, in xfs_trans_alloc_ichange()
|