Searched refs:xfs_trans_reserve_quota_bydquots (Results 1 – 4 of 4) sorted by relevance
/fs/xfs/ |
D | xfs_quota.h | 310 extern int xfs_trans_reserve_quota_bydquots(struct xfs_trans *, 352 static inline int xfs_trans_reserve_quota_bydquots(struct xfs_trans *tp, in xfs_trans_reserve_quota_bydquots() function 376 xfs_trans_reserve_quota_bydquots(tp, mp, ud, gd, nb, ni, \
|
D | xfs_qm.h | 79 extern int xfs_trans_reserve_quota_bydquots(xfs_trans_t *, xfs_mount_t *,
|
D | xfs_trans_dquot.c | 750 xfs_trans_reserve_quota_bydquots( in xfs_trans_reserve_quota_bydquots() function 831 return xfs_trans_reserve_quota_bydquots(tp, mp, in xfs_trans_reserve_quota_nblks()
|
D | xfs_qm.c | 1811 if ((error = xfs_trans_reserve_quota_bydquots(tp, ip->i_mount, in xfs_qm_vop_chown_reserve() 1828 if ((error = xfs_trans_reserve_quota_bydquots(NULL, ip->i_mount, in xfs_qm_vop_chown_reserve() 1832 xfs_trans_reserve_quota_bydquots(NULL, ip->i_mount, in xfs_qm_vop_chown_reserve()
|