Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dfslog.c192 __le64 undo_next_lsn; // 0x18: member
3752 u64 size, vcn, undo_next_lsn; in log_replay() local
4458 tr->prev_lsn = tr->undo_next_lsn = cpu_to_le64(rec_lsn); in log_replay()
4462 * the undo_next_lsn to be the undo_next_lsn of this record. in log_replay()
4465 tr->undo_next_lsn = frh->client_undo_next_lsn; in log_replay()
4646 tr->undo_next_lsn = frh->client_undo_next_lsn; in log_replay()
5020 if (TransactionActive != tr->transact_state || !tr->undo_next_lsn) { in log_replay()
5026 undo_next_lsn = le64_to_cpu(tr->undo_next_lsn); in log_replay()
[all...]