Searched refs:xfs_trans_reserve_quota_bydquots (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_quota.h | 86 extern int xfs_trans_reserve_quota_bydquots(struct xfs_trans *, 132 static inline int xfs_trans_reserve_quota_bydquots(struct xfs_trans *tp, in xfs_trans_reserve_quota_bydquots() function 157 xfs_trans_reserve_quota_bydquots(tp, mp, ud, gd, pd, nb, ni, \
|
H A D | xfs_trans_dquot.c | 746 xfs_trans_reserve_quota_bydquots( in xfs_trans_reserve_quota_bydquots() function 828 return xfs_trans_reserve_quota_bydquots(tp, mp, in xfs_trans_reserve_quota_nblks()
|
H A D | xfs_qm.c | 1869 return xfs_trans_reserve_quota_bydquots(tp, ip->i_mount, udq_delblks, in xfs_qm_vop_chown_reserve()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_quota.h | 86 extern int xfs_trans_reserve_quota_bydquots(struct xfs_trans *, 139 static inline int xfs_trans_reserve_quota_bydquots(struct xfs_trans *tp, in xfs_trans_reserve_quota_bydquots() function
|
H A D | xfs_trans_dquot.c | 726 xfs_trans_reserve_quota_bydquots( in xfs_trans_reserve_quota_bydquots() function 805 error = xfs_trans_reserve_quota_bydquots(tp, mp, ip->i_udquot, in xfs_trans_reserve_quota_nblks() 812 error = xfs_trans_reserve_quota_bydquots(tp, mp, ip->i_udquot, in xfs_trans_reserve_quota_nblks() 816 xfs_trans_reserve_quota_bydquots(tp, mp, ip->i_udquot, in xfs_trans_reserve_quota_nblks() 839 return xfs_trans_reserve_quota_bydquots(tp, mp, udqp, gdqp, pdqp, in xfs_trans_reserve_quota_icreate()
|
H A D | xfs_trans.c | 1335 error = xfs_trans_reserve_quota_bydquots(tp, mp, udqp, gdqp, in xfs_trans_alloc_ichange()
|
Completed in 7 milliseconds