Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ntfs3/
Dfslog.c192 __le64 undo_next_lsn; // 0x18: member
3735 u64 size, vcn, undo_next_lsn; in log_replay() local
4432 tr->prev_lsn = tr->undo_next_lsn = cpu_to_le64(rec_lsn); in log_replay()
4439 tr->undo_next_lsn = frh->client_undo_next_lsn; in log_replay()
4621 tr->undo_next_lsn = frh->client_undo_next_lsn; in log_replay()
4995 if (TransactionActive != tr->transact_state || !tr->undo_next_lsn) { in log_replay()
5001 undo_next_lsn = le64_to_cpu(tr->undo_next_lsn); in log_replay()
5007 if (!undo_next_lsn) in log_replay()
5011 err = read_log_rec_lcb(log, undo_next_lsn, lcb_ctx_undo_next, &lcb); in log_replay()