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
3733 u64 size, vcn, undo_next_lsn; local
4413 tr->prev_lsn = tr->undo_next_lsn = cpu_to_le64(rec_lsn);
4417 * the undo_next_lsn to be the undo_next_lsn of this record.
4420 tr->undo_next_lsn = frh->client_undo_next_lsn;
4602 tr->undo_next_lsn = frh->client_undo_next_lsn;
4976 if (TransactionActive != tr->transact_state || !tr->undo_next_lsn) {
4982 undo_next_lsn = le64_to_cpu(tr->undo_next_lsn);
[all...]

Completed in 130 milliseconds