Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ntfs3/
Dfslog.c192 __le64 undo_next_lsn; // 0x18: member
3754 u64 size, vcn, undo_next_lsn; in log_replay() local
4460 tr->prev_lsn = tr->undo_next_lsn = cpu_to_le64(rec_lsn); in log_replay()
4467 tr->undo_next_lsn = frh->client_undo_next_lsn; in log_replay()
4648 tr->undo_next_lsn = frh->client_undo_next_lsn; in log_replay()
5022 if (TransactionActive != tr->transact_state || !tr->undo_next_lsn) { in log_replay()
5028 undo_next_lsn = le64_to_cpu(tr->undo_next_lsn); in log_replay()
5034 if (!undo_next_lsn) in log_replay()
5038 err = read_log_rec_lcb(log, undo_next_lsn, lcb_ctx_undo_next, &lcb); in log_replay()