Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
H A Dplaylog.c87 - sle64_to_cpu((logr)->this_lsn)) < 0)
90 - sle64_to_cpu((logr)->this_lsn)) > 0)
651 - sle64_to_cpu(logr->this_lsn)) < 0 ? in write_protected()
653 (long long)sle64_to_cpu(logr->this_lsn)); in write_protected()
661 record->lsn = logr->this_lsn; in write_protected()
676 - sle64_to_cpu(logr->this_lsn)) < 0 ? in write_protected()
678 (long long)sle64_to_cpu(logr->this_lsn)); in write_protected()
682 indx->lsn = logr->this_lsn; in write_protected()
1802 indx->lsn = action->record.this_lsn; in create_indx()
1996 lsn = sle64_to_cpu(action->record.this_lsn); in redo_compensate()
4287 s64 this_lsn; play_one_redo() local
[all...]
H A Dntfsrecover.c2162 diff = sle64_to_cpu(logr->this_lsn) - synced_lsn; in showlogr()
2163 printf("this_lsn %016llx (synced%s%ld) %s\n", in showlogr()
2164 (long long)sle64_to_cpu(logr->this_lsn), in showlogr()
2195 state = commitment(sle64_to_cpu(logr->this_lsn)); in showlogr()
2197 (long long)sle64_to_cpu(logr->this_lsn), in showlogr()
2199 (long)(sle64_to_cpu(logr->this_lsn) - synced_lsn), in showlogr()
2254 committed = ((s64)(sle64_to_cpu(logr->this_lsn) in mark_transactions()
2361 && ((s64)(sle64_to_cpu(logr->this_lsn) - synced_lsn) <= 0)) { in enqueue_action()
3564 if (logr->this_lsn == restart.current_lsn) in backward_rcrd()
3567 if (logr->this_lsn in backward_rcrd()
[all...]
H A Dntfsdump_logfile.c545 (unsigned long long)sle64_to_cpu(lr->this_lsn)); in dump_log_record()
/third_party/ntfs-3g/include/ntfs-3g/
H A Dlogfile.h388 leLSN this_lsn; member

Completed in 10 milliseconds