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

/linux-master/fs/ntfs3/
H A Dfslog.c192 __le64 undo_next_lsn; // 0x18: member in struct:TRANSACTION_ENTRY
3732 u64 size, vcn, undo_next_lsn; local
4412 tr->prev_lsn = tr->undo_next_lsn = cpu_to_le64(rec_lsn);
4416 * the undo_next_lsn to be the undo_next_lsn of this record.
4419 tr->undo_next_lsn = frh->client_undo_next_lsn;
4601 tr->undo_next_lsn = frh->client_undo_next_lsn;
4975 if (TransactionActive != tr->transact_state || !tr->undo_next_lsn) {
4981 undo_next_lsn = le64_to_cpu(tr->undo_next_lsn);
[all...]

Completed in 269 milliseconds