Searched refs:client_array_offset (Results 1 - 2 of 2) sorted by path

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogfile.h199 client_array_offset + (log_clients *
201 /* 22*/ le16 client_array_offset;/* Offset from the start of this record to member in struct:__anon1507
209 boundary. Either way, client_array_offset
212 client_array_offset has to be <= 510.
213 Finally, client_array_offset + (log_clients
265 * RESTART_AREA to the client_array_offset value found in it.
H A Dlogfile.c182 * safe to access ra->client_array_offset.
191 * Now that we can access ra->client_array_offset, make sure everything
197 ca_ofs = le16_to_cpu(ra->client_array_offset);
299 + le16_to_cpu(ra->client_array_offset);
304 le16_to_cpu(ra->client_array_offset));

Completed in 76 milliseconds