Lines Matching refs:resp
171 struct xfs_trans_res *resp, in xfs_trans_reserve() argument
198 if (resp->tr_logres > 0) { in xfs_trans_reserve()
202 tp->t_log_res == resp->tr_logres); in xfs_trans_reserve()
204 tp->t_log_count == resp->tr_logcount); in xfs_trans_reserve()
206 if (resp->tr_logflags & XFS_TRANS_PERM_LOG_RES) { in xfs_trans_reserve()
215 ASSERT(resp->tr_logflags & XFS_TRANS_PERM_LOG_RES); in xfs_trans_reserve()
219 resp->tr_logres, in xfs_trans_reserve()
220 resp->tr_logcount, in xfs_trans_reserve()
228 tp->t_log_res = resp->tr_logres; in xfs_trans_reserve()
229 tp->t_log_count = resp->tr_logcount; in xfs_trans_reserve()
253 if (resp->tr_logres > 0) { in xfs_trans_reserve()