Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_log_priv.h234 xfs_lsn_t start_lsn; /* first LSN of chkpt commit */ member
480 struct xlog_ticket *tic, xfs_lsn_t *start_lsn,
H A Dxfs_log_cil.c595 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 Dxfs_log.c2321 xfs_lsn_t *start_lsn, in xlog_write() argument
2353 *start_lsn = 0; in xlog_write()
2367 if (!*start_lsn) in xlog_write()
2368 *start_lsn = be64_to_cpu(iclog->ic_header.h_lsn); in xlog_write()