Lines Matching refs:xfs_trans
15 struct xfs_trans;
74 extern void xfs_trans_dup_dqinfo(struct xfs_trans *, struct xfs_trans *);
75 extern void xfs_trans_free_dqinfo(struct xfs_trans *);
76 extern void xfs_trans_mod_dquot_byino(struct xfs_trans *, struct xfs_inode *,
78 extern void xfs_trans_apply_dquot_deltas(struct xfs_trans *);
79 extern void xfs_trans_unreserve_and_mod_dquots(struct xfs_trans *);
80 extern int xfs_trans_reserve_quota_nblks(struct xfs_trans *,
82 extern int xfs_trans_reserve_quota_bydquots(struct xfs_trans *,
89 extern void xfs_qm_vop_create_dqattach(struct xfs_trans *, struct xfs_inode *,
92 extern struct xfs_dquot *xfs_qm_vop_chown(struct xfs_trans *,
94 extern int xfs_qm_vop_chown_reserve(struct xfs_trans *, struct xfs_inode *,
123 static inline int xfs_trans_reserve_quota_nblks(struct xfs_trans *tp, in xfs_trans_reserve_quota_nblks()
128 static inline int xfs_trans_reserve_quota_bydquots(struct xfs_trans *tp, in xfs_trans_reserve_quota_bydquots()