Lines Matching refs:lsn
353 * @lsn: [OUT] set to the current logfile lsn on success
366 * Similarly, if @lsn is not NULL, on success *@lsn will be set to the current
367 * logfile lsn according to this restart page. On failure, *@lsn is undefined.
376 LSN *lsn)
459 if (lsn) {
461 *lsn = sle64_to_cpu(ra->current_lsn);
463 *lsn = sle64_to_cpu(rp->chkdsk_lsn);