Lines Matching refs:commit_lsn
657 xfs_lsn_t commit_lsn; in xlog_cil_push_work() local
836 if (!new_ctx->commit_lsn) { in xlog_cil_push_work()
847 error = xlog_commit_record(log, tic, &commit_iclog, &commit_lsn); in xlog_cil_push_work()
869 ctx->commit_lsn = commit_lsn; in xlog_cil_push_work()
1014 xfs_lsn_t *commit_lsn, in xfs_log_commit_cil() argument
1035 if (commit_lsn) in xfs_log_commit_cil()
1036 *commit_lsn = xc_commit_lsn; in xfs_log_commit_cil()
1084 xfs_lsn_t commit_lsn = NULLCOMMITLSN; in xlog_cil_force_lsn() local
1113 if (!ctx->commit_lsn) { in xlog_cil_force_lsn()
1124 commit_lsn = ctx->commit_lsn; in xlog_cil_force_lsn()
1149 return commit_lsn; in xlog_cil_force_lsn()