Home
last modified time | relevance | path

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

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