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

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dlogfile.c201 ra_len = ca_ofs + le16_to_cpu(ra->log_clients) *
215 * LOGFILE_NO_CLIENT or less than ra->log_clients or they are
220 le16_to_cpu(ra->log_clients)) ||
223 le16_to_cpu(ra->log_clients))) {
290 * ra->log_clients value. Also keep track of the number of records
291 * visited as there cannot be more than ra->log_clients records and
294 nr_clients = le16_to_cpu(ra->log_clients);
300 if (!nr_clients || idx >= le16_to_cpu(ra->log_clients))
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlogfile.h148 /* 8*/ le16 log_clients; /* Number of log client records in the array of member in struct:__anon2145
156 log_clients > client_free_list. On Win2k
171 != LOGFILE_NO_CLIENT check that log_clients
212 client_array_offset + (log_clients *
226 Finally, client_array_offset + (log_clients

Completed in 17 milliseconds