Home
last modified time | relevance | path

Searched refs:commit_iclog (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/xfs/
Dxfs_log_cil.c432 struct xlog_in_core *commit_iclog; in xlog_cil_push() local
627 commit_lsn = xfs_log_done(log->l_mp, tic, &commit_iclog, 0); in xlog_cil_push()
634 error = xfs_log_notify(log->l_mp, commit_iclog, &ctx->log_cb); in xlog_cil_push()
649 return xfs_log_release_iclog(log->l_mp, commit_iclog); in xlog_cil_push()
Dxfs_log_priv.h459 struct xlog_in_core **commit_iclog,
Dxfs_log.c2223 struct xlog_in_core **commit_iclog) in xlog_write_copy_finish() argument
2249 if (!commit_iclog) in xlog_write_copy_finish()
2252 *commit_iclog = iclog; in xlog_write_copy_finish()
2304 struct xlog_in_core **commit_iclog, in xlog_write() argument
2419 commit_iclog); in xlog_write()
2456 if (!commit_iclog) in xlog_write()
2460 *commit_iclog = iclog; in xlog_write()