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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dlogfile.h134 /* 8*/ le16 log_clients; /* Number of log client records in the array of member in struct:__anon16906
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.c197 ra_len = ca_ofs + le16_to_cpu(ra->log_clients) *
211 * LOGFILE_NO_CLIENT or less than ra->log_clients or they are
216 le16_to_cpu(ra->log_clients)) ||
219 le16_to_cpu(ra->log_clients))) {
288 * ra->log_clients value. Also keep track of the number of records
289 * visited as there cannot be more than ra->log_clients records and
292 nr_clients = le16_to_cpu(ra->log_clients);
298 if (!nr_clients || idx >= le16_to_cpu(ra->log_clients))
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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:__anon4276
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 120 milliseconds