Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/ntfs3/
H A Dfslog.c3722 u64 rec_lsn, checkpt_lsn = 0, rlsn = 0; in log_replay() local
4350 rec_lsn = checkpt_lsn; in log_replay()
4359 err = read_next_log_rec(log, lcb, &rec_lsn); in log_replay()
4363 if (!rec_lsn) in log_replay()
4381 rlsn = rec_lsn; in log_replay()
4409 tr->first_lsn = cpu_to_le64(rec_lsn); in log_replay()
4412 tr->prev_lsn = tr->undo_next_lsn = cpu_to_le64(rec_lsn); in log_replay()
4481 dp->oldest_lsn = cpu_to_le64(rec_lsn); in log_replay()
4600 tr->prev_lsn = cpu_to_le64(rec_lsn); in log_replay()
4829 rec_lsn in log_replay()
[all...]

Completed in 9 milliseconds