Lines Matching defs:resp
151 struct xfs_trans_res *resp,
174 if (resp->tr_logres > 0) {
178 tp->t_log_res == resp->tr_logres);
180 tp->t_log_count == resp->tr_logcount);
182 if (resp->tr_logflags & XFS_TRANS_PERM_LOG_RES) {
191 ASSERT(resp->tr_logflags & XFS_TRANS_PERM_LOG_RES);
194 error = xfs_log_reserve(mp, resp->tr_logres,
195 resp->tr_logcount,
202 tp->t_log_res = resp->tr_logres;
203 tp->t_log_count = resp->tr_logcount;
227 if (resp->tr_logres > 0) {
245 struct xfs_trans_res *resp,
270 WARN_ON(resp->tr_logres > 0 &&
283 error = xfs_trans_reserve(tp, resp, blocks, rtextents);