Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Dlogfile.h238 /* 36*/ le16 log_record_header_length;/* Byte size of the log record header. member
Dlogfile.c241 if (((le16_to_cpu(ra->log_record_header_length) + 7) & ~7) != in ntfs_check_restart_area()
242 le16_to_cpu(ra->log_record_header_length)) { in ntfs_check_restart_area()