Lines Matching refs:xfs_trans
15 struct xfs_trans;
99 extern void xfs_trans_dup_dqinfo(struct xfs_trans *, struct xfs_trans *);
100 extern void xfs_trans_free_dqinfo(struct xfs_trans *);
101 extern void xfs_trans_mod_dquot_byino(struct xfs_trans *, struct xfs_inode *,
103 extern void xfs_trans_apply_dquot_deltas(struct xfs_trans *);
104 void xfs_trans_unreserve_and_mod_dquots(struct xfs_trans *tp,
106 int xfs_trans_reserve_quota_nblks(struct xfs_trans *tp, struct xfs_inode *ip,
108 extern int xfs_trans_reserve_quota_bydquots(struct xfs_trans *,
111 int xfs_trans_reserve_quota_icreate(struct xfs_trans *tp,
118 extern void xfs_qm_vop_create_dqattach(struct xfs_trans *, struct xfs_inode *,
121 extern struct xfs_dquot *xfs_qm_vop_chown(struct xfs_trans *,
137 void xfs_trans_mod_ino_dquot(struct xfs_trans *tp, struct xfs_inode *ip,
172 static inline void xfs_trans_mod_dquot_byino(struct xfs_trans *tp, in xfs_trans_mod_dquot_byino()
178 static inline int xfs_trans_reserve_quota_nblks(struct xfs_trans *tp, in xfs_trans_reserve_quota_nblks()
184 static inline int xfs_trans_reserve_quota_bydquots(struct xfs_trans *tp, in xfs_trans_reserve_quota_bydquots()
193 xfs_trans_reserve_quota_icreate(struct xfs_trans *tp, struct xfs_dquot *udqp, in xfs_trans_reserve_quota_icreate()