Home
last modified time | relevance | path

Searched refs:undo_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()
1722 length = le16_to_cpu(action->record.undo_length); in check_full_mft()
1765 length = le16_to_cpu(action->record.undo_length); in check_full_index()
2073 if (!action->record.undo_length) in redo_create_attribute()
2092 length = le16_to_cpu(action->record.undo_length); in redo_delete_attribute()
2117 length = le16_to_cpu(action->record.undo_length); in redo_delete_file()
2172 length = le16_to_cpu(action->record.undo_length); in redo_delete_index()
2232 length = le16_to_cpu(action->record.undo_length); in redo_delete_root_index()
2345 if (action->record.undo_length) { in redo_open_attribute()
[all …]
Dntfsrecover.c844 + le16_to_cpu(logr->undo_length); in get_extra_offset()
872 && (!le16_to_cpu(logr->undo_length) in likelyop()
875 if (likely && logr->redo_length && logr->undo_length) { in likelyop()
878 if (logr->redo_length != logr->undo_length) in likelyop()
892 + le16_to_cpu(logr->undo_length) in likelyop()
910 && !logr->undo_length)) in likelyop()
1224 if (logr->undo_length) { in refresh_attributes()
1323 length = le16_to_cpu(logr->undo_length); in fixup()
1738 if (logr->undo_length) { in fixup()
1764 if (logr->undo_length) in fixup()
[all …]
Dntfsdump_logfile.c582 ntfs_log_info("undo_length = 0x%x\n", le16_to_cpu(lr->undo_length)); in dump_log_record()
/third_party/ntfs-3g/include/ntfs-3g/
Dlogfile.h405 le16 undo_length; member