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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dlogfile.h134 /* 8*/ le16 log_clients; /* Number of log client records in the array of member in struct:__anon7591
142 log_clients > client_free_list. On Win2k
157 != LOGFILE_NO_CLIENT check that log_clients
198 client_array_offset + (log_clients *
212 Finally, client_array_offset + (log_clients
H A Dlogfile.c196 ra_len = ca_ofs + le16_to_cpu(ra->log_clients) *
210 * LOGFILE_NO_CLIENT or less than ra->log_clients or they are
215 le16_to_cpu(ra->log_clients)) ||
218 le16_to_cpu(ra->log_clients))) {
287 * ra->log_clients value. Also keep track of the number of records
288 * visited as there cannot be more than ra->log_clients records and
291 nr_clients = le16_to_cpu(ra->log_clients);
297 if (!nr_clients || idx >= le16_to_cpu(ra->log_clients))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dlogfile.c202 ra_len = ca_ofs + le16_to_cpu(ra->log_clients) *
216 * LOGFILE_NO_CLIENT or less than ra->log_clients or they are
221 le16_to_cpu(ra->log_clients)) ||
224 le16_to_cpu(ra->log_clients))) {
291 * ra->log_clients value. Also keep track of the number of records
292 * visited as there cannot be more than ra->log_clients records and
295 nr_clients = le16_to_cpu(ra->log_clients);
301 if (!nr_clients || idx >= le16_to_cpu(ra->log_clients))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlogfile.h133 /* 8*/ le16 log_clients; /* Number of log client records in the array of member in struct:__anon1336
141 log_clients > client_free_list. On Win2k
156 != LOGFILE_NO_CLIENT check that log_clients
197 client_array_offset + (log_clients *
211 Finally, client_array_offset + (log_clients

Completed in 48 milliseconds