Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_log_cil.c634 struct xlog_in_core *commit_iclog; in xlog_cil_push() local
829 commit_lsn = xfs_log_done(log->l_mp, tic, &commit_iclog, false); in xlog_cil_push()
836 error = xfs_log_notify(commit_iclog, &ctx->log_cb); in xlog_cil_push()
851 return xfs_log_release_iclog(log->l_mp, commit_iclog); in xlog_cil_push()
Dxfs_log_priv.h454 struct xlog_in_core **commit_iclog,
Dxfs_log.c2323 struct xlog_in_core **commit_iclog) in xlog_write_copy_finish() argument
2349 if (!commit_iclog) in xlog_write_copy_finish()
2352 *commit_iclog = iclog; in xlog_write_copy_finish()
2404 struct xlog_in_core **commit_iclog, in xlog_write() argument
2532 commit_iclog); in xlog_write()
2569 if (!commit_iclog) in xlog_write()
2573 *commit_iclog = iclog; in xlog_write()