Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.h142 BOOL within_lcn_range(const LOG_RECORD *logr);
Dplaylog.c455 && within_lcn_range(logr)) in read_raw()
470 && within_lcn_range(logr)) in read_raw()
517 && within_lcn_range(logr)) in write_raw()
4511 if ((!optc || within_lcn_range(&action->record)) in play_redos()
4898 if (!optc || within_lcn_range(&action->record)) in play_undos()
Dntfsrecover.c2136 BOOL within_lcn_range(const LOG_RECORD *logr) in within_lcn_range() function
2161 if (optv && (!optc || within_lcn_range(logr))) { in showlogr()
3556 if (optv && (!optc || within_lcn_range(logr))) { in backward_rcrd()