Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ntfs3/
Dfslog.c192 __le64 undo_next_lsn; // 0x18: member
3755 u64 size, vcn, undo_next_lsn; in log_replay() local
4442 tr->prev_lsn = tr->undo_next_lsn = cpu_to_le64(rec_lsn); in log_replay()
4449 tr->undo_next_lsn = frh->client_undo_next_lsn; in log_replay()
4631 tr->undo_next_lsn = frh->client_undo_next_lsn; in log_replay()
5000 if (TransactionActive != tr->transact_state || !tr->undo_next_lsn) { in log_replay()
5006 undo_next_lsn = le64_to_cpu(tr->undo_next_lsn); in log_replay()
5012 if (!undo_next_lsn) in log_replay()
5016 err = read_log_rec_lcb(log, undo_next_lsn, lcb_ctx_undo_next, &lcb); in log_replay()