Searched refs:start_lsn (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_log_priv.h | 234 xfs_lsn_t start_lsn; /* first LSN of chkpt commit */ member 480 struct xlog_ticket *tic, xfs_lsn_t *start_lsn,
|
H A D | xfs_log_cil.c | 595 ctx->start_lsn, abort); in xlog_cil_committed() 814 error = xlog_write(log, &lvhdr, tic, &ctx->start_lsn, NULL, 0, true); in xlog_cil_push_work()
|
H A D | xfs_log.c | 2321 xfs_lsn_t *start_lsn, in xlog_write() 2353 *start_lsn = 0; in xlog_write() 2366 /* start_lsn is the first lsn written to. That's all we need. */ in xlog_write() 2367 if (!*start_lsn) in xlog_write() 2368 *start_lsn = be64_to_cpu(iclog->ic_header.h_lsn); in xlog_write() 2317 xlog_write( struct xlog *log, struct xfs_log_vec *log_vector, struct xlog_ticket *ticket, xfs_lsn_t *start_lsn, struct xlog_in_core **commit_iclog, uint flags, bool need_start_rec) xlog_write() argument
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_log_cil.c | 737 ctx->start_lsn, abort); in xlog_cil_committed() 774 * If the context doesn't have a start_lsn recorded, then this iclog will 787 if (!ctx->start_lsn) { in xlog_cil_set_ctx_write_state() 796 ctx->start_lsn = lsn; in xlog_cil_set_ctx_write_state() 884 if (!ctx->start_lsn) { in xlog_cil_order_write() 1294 if (ctx->start_lsn != ctx->commit_lsn) { in xlog_cil_push_work()
|
H A D | xfs_log_priv.h | 223 xfs_lsn_t start_lsn; /* first LSN of chkpt commit */ member
|
Completed in 10 milliseconds