Home
last modified time | relevance | path

Searched refs:get_redo_offset (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dplaylog.c1717 + get_redo_offset(&action->record)); in check_full_mft()
1760 + get_redo_offset(&action->record)); in check_full_index()
1877 + get_redo_offset(&action->record); in redo_add_index()
1940 + get_redo_offset(&action->record); in redo_add_root_index()
2018 + get_redo_offset(&action->record); in redo_create_file()
2068 + get_redo_offset(&action->record); in redo_create_attribute()
2297 + get_redo_offset(&action->record)); in redo_force_bits()
2342 + get_redo_offset(&action->record); in redo_open_attribute()
2417 + get_redo_offset(&action->record); in redo_sizes()
2439 + get_redo_offset(&action->record); in redo_update_index()
[all …]
Dntfsrecover.h146 u32 get_redo_offset(const LOG_RECORD *logr);
Dntfsrecover.c825 u32 get_redo_offset(const LOG_RECORD *logr) in get_redo_offset() function
841 roffset = get_redo_offset(logr) in get_extra_offset()
1218 buf = ((const char*)logr) + get_redo_offset(logr); in refresh_attributes()
1223 - get_redo_offset(logr); in refresh_attributes()
1736 - (redo ? get_redo_offset(logr) in fixup()
1995 if (logr->redo_length && (get_redo_offset(logr) != redo)) in detaillogr()
1997 get_redo_offset(logr),(int)redo, in detaillogr()