Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
Dplaylog.c872 if (action->record.undo_length != action->record.redo_length) in change_resident()
926 if (action->record.undo_length != action->record.redo_length) in change_resident_expect()
1718 length = le16_to_cpu(action->record.redo_length); in check_full_mft()
1761 length = le16_to_cpu(action->record.redo_length); in check_full_index()
1835 length = le16_to_cpu(action->record.redo_length); in redo_action37()
1878 length = le16_to_cpu(action->record.redo_length); in redo_add_index()
1941 length = le16_to_cpu(action->record.redo_length); in redo_add_root_index()
2019 length = le16_to_cpu(action->record.redo_length); in redo_create_file()
2069 length = le16_to_cpu(action->record.redo_length); in redo_create_attribute()
2095 if (!action->record.redo_length) in redo_delete_attribute()
[all …]
Dntfsrecover.c842 + le16_to_cpu(logr->redo_length); in get_extra_offset()
869 && (!le16_to_cpu(logr->redo_length) in likelyop()
875 if (likely && logr->redo_length && logr->undo_length) { in likelyop()
878 if (logr->redo_length != logr->undo_length) in likelyop()
885 + le16_to_cpu(logr->redo_length) in likelyop()
907 && !logr->redo_length)) in likelyop()
1219 length = le16_to_cpu(logr->redo_length); in refresh_attributes()
1320 length = le16_to_cpu(logr->redo_length); in fixup()
1887 (int)le16_to_cpu(logr->redo_length)); in detaillogr()
1952 if (logr->redo_length && logr->undo_length) in detaillogr()
[all …]
Dntfsdump_logfile.c580 ntfs_log_info("redo_length = 0x%x\n", le16_to_cpu(lr->redo_length)); in dump_log_record()
/third_party/ntfs-3g/include/ntfs-3g/
Dlogfile.h401 le16 redo_length; member