Searched refs:client_free_list (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.h137 /* 10*/ le16 client_free_list; /* The index of the first free log client record member in struct:__anon7591
142 log_clients > client_free_list. On Win2k
H A Dlogfile.c209 * The ra->client_free_list and ra->client_in_use_list must be either
213 if ((ra->client_free_list != LOGFILE_NO_CLIENT &&
214 le16_to_cpu(ra->client_free_list) >=
284 * Check the ra->client_free_list first and then check the
292 idx = le16_to_cpu(ra->client_free_list);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlogfile.h136 /* 10*/ le16 client_free_list; /* The index of the first free log client record member in struct:__anon1336
141 log_clients > client_free_list. On Win2k
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dlogfile.c215 * The ra->client_free_list and ra->client_in_use_list must be either
219 if ((ra->client_free_list != LOGFILE_NO_CLIENT &&
220 le16_to_cpu(ra->client_free_list) >=
288 * Check the ra->client_free_list first and then check the
296 idx = le16_to_cpu(ra->client_free_list);

Completed in 46 milliseconds