Searched refs:log_clients (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogfile.c210 ra_len = ca_ofs + le16_to_cpu(ra->log_clients) *
224 * LOGFILE_NO_CLIENT or less than ra->log_clients or they are
229 le16_to_cpu(ra->log_clients)) ||
232 le16_to_cpu(ra->log_clients))) {
309 * ra->log_clients value. Also keep track of the number of records
310 * visited as there cannot be more than ra->log_clients records and
313 nr_clients = le16_to_cpu(ra->log_clients);
319 if (!nr_clients || idx >= le16_to_cpu(ra->log_clients))
H A Dlogfile.h135 /* 8*/ le16 log_clients; /* Number of log client records in the array of member in struct:__anon1507
143 log_clients > client_free_list. On Win2k
158 != LOGFILE_NO_CLIENT check that log_clients
199 client_array_offset + (log_clients *
213 Finally, client_array_offset + (log_clients

Completed in 47 milliseconds