Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dlogfile.c253 if (((le16_to_cpu(ra->log_record_header_length) + 7) & ~7) != in ntfs_check_restart_area()
254 le16_to_cpu(ra->log_record_header_length)) { in ntfs_check_restart_area()
/third_party/ntfs-3g/include/ntfs-3g/
Dlogfile.h239 /* 36*/ le16 log_record_header_length;/* Byte size of the log record header. member
/third_party/ntfs-3g/ntfsprogs/
Dntfsdump_logfile.c410 le16_to_cpu(ra->log_record_header_length), in dump_restart_areas_area()
411 le16_to_cpu(ra->log_record_header_length)); in dump_restart_areas_area()
Dntfsrecover.c2770 (int)le16_to_cpu(resa->log_record_header_length)); in showrest()