Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
Dntfsdump_logfile.c560 ntfs_log_info("flags = 0x%x:", le16_to_cpu(lr->log_record_flags)); in dump_log_record()
561 if (!lr->log_record_flags) in dump_log_record()
566 if (lr->log_record_flags & LOG_RECORD_MULTI_PAGE) { in dump_log_record()
570 if (lr->log_record_flags & ~LOG_RECORD_MULTI_PAGE) { in dump_log_record()
Dntfsrecover.c2182 (int)le16_to_cpu(logr->log_record_flags)); in showlogr()
Dplaylog.c4025 if (action->record.log_record_flags in get_action_kind()
/third_party/ntfs-3g/include/ntfs-3g/
Dlogfile.h395 LOG_RECORD_FLAGS log_record_flags; member