Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log_priv.h251 xfs_lsn_t start_lsn; /* first LSN of chkpt commit */ member
460 xfs_lsn_t *start_lsn,
Dxfs_log_cil.c386 ctx->start_lsn, abort); in xlog_cil_committed()
594 error = xlog_write(log, &lvhdr, tic, &ctx->start_lsn, NULL, 0); in xlog_cil_push()
Dxfs_log.c2325 xfs_lsn_t *start_lsn, in xlog_write() argument
2341 *start_lsn = 0; in xlog_write()
2379 if (!*start_lsn) in xlog_write()
2380 *start_lsn = be64_to_cpu(iclog->ic_header.h_lsn); in xlog_write()