Searched refs:undo_operation (Results 1 – 4 of 4) sorted by relevance
2191 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 …]
857 && ((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()
578 ntfs_log_info("undo_operation = 0x%x\n", le16_to_cpu(lr->undo_operation)); in dump_log_record()
399 le16 undo_operation; member