Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Dlogfile.h129 /* 0*/ leLSN current_lsn; /* The current, i.e. last LSN inside the log member
/third_party/ntfs-3g/ntfsprogs/
Dntfsdump_logfile.c383 (long long)sle64_to_cpu(ra->current_lsn), in dump_restart_areas_area()
384 (unsigned long long)sle64_to_cpu(ra->current_lsn)); in dump_restart_areas_area()
Dntfsrecover.c2750 (long long)sle64_to_cpu(resa->current_lsn)); in showrest()
2779 (long long)sle64_to_cpu(resa->current_lsn)); in showrest()
2835 latest_lsn = sle64_to_cpu(resa->current_lsn); in dorest()
2883 latest_lsn = sle64_to_cpu(resa->current_lsn); in dorest()
3564 if (logr->this_lsn == restart.current_lsn) in backward_rcrd()
/third_party/ntfs-3g/libntfs-3g/
Dlogfile.c461 *lsn = sle64_to_cpu(ra->current_lsn); in ntfs_check_and_load_restart_page()