Searched refs:commit_iclog (Results 1 – 3 of 3) sorted by relevance
649 struct xlog_in_core *commit_iclog; in xlog_cil_push() local844 commit_lsn = xfs_log_done(log->l_mp, tic, &commit_iclog, false); in xlog_cil_push()851 error = xfs_log_notify(log->l_mp, commit_iclog, &ctx->log_cb); in xlog_cil_push()866 return xfs_log_release_iclog(log->l_mp, commit_iclog); in xlog_cil_push()
2285 struct xlog_in_core **commit_iclog) in xlog_write_copy_finish() argument2311 if (!commit_iclog) in xlog_write_copy_finish()2314 *commit_iclog = iclog; in xlog_write_copy_finish()2366 struct xlog_in_core **commit_iclog, in xlog_write() argument2494 commit_iclog); in xlog_write()2531 if (!commit_iclog) in xlog_write()2535 *commit_iclog = iclog; in xlog_write()
466 struct xlog_in_core **commit_iclog,