Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dfslog.c3853 u64 rec_lsn, checkpt_lsn = 0, rlsn = 0; in log_replay() local
4542 rec_lsn = checkpt_lsn; in log_replay()
4551 err = read_next_log_rec(log, lcb, &rec_lsn); in log_replay()
4555 if (!rec_lsn) in log_replay()
4573 rlsn = rec_lsn; in log_replay()
4601 tr->first_lsn = cpu_to_le64(rec_lsn); in log_replay()
4604 tr->prev_lsn = tr->undo_next_lsn = cpu_to_le64(rec_lsn); in log_replay()
4673 dp->oldest_lsn = cpu_to_le64(rec_lsn); in log_replay()
4813 tr->prev_lsn = cpu_to_le64(rec_lsn); in log_replay()
5042 rec_lsn = rlsn; in log_replay()
[all …]