Searched refs:log_cb (Results 1 – 2 of 2) sorted by relevance
834 ctx->log_cb.cb_func = xlog_cil_committed; in xlog_cil_push()835 ctx->log_cb.cb_arg = ctx; in xlog_cil_push()836 error = xfs_log_notify(commit_iclog, &ctx->log_cb); in xlog_cil_push()
246 struct xfs_log_callback log_cb; /* completion callback hook. */ member