Home
last modified time | relevance | path

Searched refs:client_array_offset (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ntfs/
H A Dlogfile.h184 client_array_offset + (log_clients *
186 /* 22*/ le16 client_array_offset;/* Offset from the start of this record to member
194 boundary. Either way, client_array_offset
197 client_array_offset has to be <= 510.
198 Finally, client_array_offset + (log_clients
248 * of the RESTART_AREA to the client_array_offset value found in it.
H A Dlogfile.c157 * safe to access ra->client_array_offset. in ntfs_check_restart_area()
166 * Now that we can access ra->client_array_offset, make sure everything in ntfs_check_restart_area()
172 ca_ofs = le16_to_cpu(ra->client_array_offset); in ntfs_check_restart_area()
270 le16_to_cpu(ra->client_array_offset)); in ntfs_check_log_client_array()
/kernel/linux/linux-6.6/fs/ntfs/
H A Dlogfile.h184 client_array_offset + (log_clients *
186 /* 22*/ le16 client_array_offset;/* Offset from the start of this record to member
194 boundary. Either way, client_array_offset
197 client_array_offset has to be <= 510.
198 Finally, client_array_offset + (log_clients
248 * of the RESTART_AREA to the client_array_offset value found in it.
H A Dlogfile.c157 * safe to access ra->client_array_offset. in ntfs_check_restart_area()
166 * Now that we can access ra->client_array_offset, make sure everything in ntfs_check_restart_area()
172 ca_ofs = le16_to_cpu(ra->client_array_offset); in ntfs_check_restart_area()
270 le16_to_cpu(ra->client_array_offset)); in ntfs_check_log_client_array()

Completed in 4 milliseconds