Lines Matching refs:tp
118 #define xfs_trans_dup_dqinfo(tp, tp2) argument
119 #define xfs_trans_free_dqinfo(tp) argument
120 #define xfs_trans_mod_dquot_byino(tp, ip, fields, delta) argument
121 #define xfs_trans_apply_dquot_deltas(tp) argument
122 #define xfs_trans_unreserve_and_mod_dquots(tp) argument
123 static inline int xfs_trans_reserve_quota_nblks(struct xfs_trans *tp, in xfs_trans_reserve_quota_nblks() argument
128 static inline int xfs_trans_reserve_quota_bydquots(struct xfs_trans *tp, in xfs_trans_reserve_quota_bydquots() argument
135 #define xfs_qm_vop_create_dqattach(tp, ip, u, g, p) argument
137 #define xfs_qm_vop_chown(tp, ip, old, new) (NULL) argument
138 #define xfs_qm_vop_chown_reserve(tp, ip, u, g, p, fl) (0) argument
150 #define xfs_trans_unreserve_quota_nblks(tp, ip, nblks, ninos, flags) \ argument
151 xfs_trans_reserve_quota_nblks(tp, ip, -(nblks), -(ninos), flags)
152 #define xfs_trans_reserve_quota(tp, mp, ud, gd, pd, nb, ni, f) \ argument
153 xfs_trans_reserve_quota_bydquots(tp, mp, ud, gd, pd, nb, ni, \