Lines Matching defs:lsn
315 * @lsn: [OUT] set to the current logfile lsn on success
328 * Simillarly, if @lsn is not NULL, on success *@lsn will be set to the current
329 * logfile lsn according to this restart page. On failure, *@lsn is undefined.
338 LSN *lsn)
438 if (lsn) {
440 *lsn = sle64_to_cpu(ra->current_lsn);
442 *lsn = sle64_to_cpu(rp->chkdsk_lsn);