Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
Dplaylog.c2191 found = (action->record.undo_operation in redo_delete_index()
2255 found = (action->record.undo_operation in redo_delete_root_index()
2597 changed = (action->record.undo_operation in redo_update_resident()
2648 if (action->record.undo_operation in redo_update_root_index()
4104 uop = le16_to_cpu(action->record.undo_operation); in distribute_redos()
4107 if (action->record.undo_operation in distribute_redos()
4112 if (action->record.undo_operation in distribute_redos()
4117 if ((action->record.undo_operation in distribute_redos()
4119 || (action->record.undo_operation in distribute_redos()
4124 if (action->record.undo_operation in distribute_redos()
[all …]
Dntfsrecover.c857 && ((unsigned int)le16_to_cpu(logr->undo_operation) in likelyop()
908 && (!logr->undo_operation in likelyop()
909 || ((logr->undo_operation == const_cpu_to_le16(1)) in likelyop()
1322 action = le16_to_cpu(logr->undo_operation); in fixup()
1877 || acts_on_mft(le16_to_cpu(logr->undo_operation)); in detaillogr()
1882 (int)le16_to_cpu(logr->undo_operation), in detaillogr()
1883 actionname(le16_to_cpu(logr->undo_operation))); in detaillogr()
2100 (int)le16_to_cpu(logr->undo_operation), in detaillogr()
2101 actionname(le16_to_cpu(logr->undo_operation))); in detaillogr()
Dntfsdump_logfile.c578 ntfs_log_info("undo_operation = 0x%x\n", le16_to_cpu(lr->undo_operation)); in dump_log_record()
/third_party/ntfs-3g/include/ntfs-3g/
Dlogfile.h399 le16 undo_operation; member