Lines Matching defs:commit_lsn
688 xfs_lsn_t commit_lsn)
694 xfs_trans_ail_update_bulk(ailp, cur, log_items, nr_items, commit_lsn);
735 * The AIL cursor is used to optimise the insert process. If commit_lsn is not
765 ASSERT(XFS_LSN_CMP(ctx->commit_lsn, ailp->ail_head_lsn) >= 0 ||
770 ailp->ail_head_lsn = ctx->commit_lsn;
945 ASSERT(!ctx->commit_lsn);
980 * callbacks now. This needs to be done before we make the commit_lsn
996 ctx->commit_lsn = lsn;
1049 if (!ctx->commit_lsn) {
1460 if (ctx->start_lsn != ctx->commit_lsn) {
1464 if (plsn && XFS_LSN_CMP(plsn, ctx->commit_lsn) < 0) {
1824 xfs_lsn_t commit_lsn = NULLCOMMITLSN;
1857 if (!ctx->commit_lsn) {
1869 commit_lsn = ctx->commit_lsn;
1894 return commit_lsn;