Home
last modified time | relevance | path

Searched refs:log_cb (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/fs/xfs/
Dxfs_log_cil.c578 ctx->log_cb.cb_func = xlog_cil_committed; in xlog_cil_push()
579 ctx->log_cb.cb_arg = ctx; in xlog_cil_push()
580 error = xfs_log_notify(log->l_mp, commit_iclog, &ctx->log_cb); in xlog_cil_push()
Dxfs_log_priv.h389 xfs_log_callback_t log_cb; /* completion callback hook. */ member