Searched refs:client_free_list (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.h137 /* 10*/ le16 client_free_list; /* The index of the first free log client record member in struct:__anon16906
142 log_clients > client_free_list. On Win2k
H A Dlogfile.c210 * The ra->client_free_list and ra->client_in_use_list must be either
214 if ((ra->client_free_list != LOGFILE_NO_CLIENT &&
215 le16_to_cpu(ra->client_free_list) >=
285 * Check the ra->client_free_list first and then check the
293 idx = le16_to_cpu(ra->client_free_list);
/netgear-R7000-V1.0.7.12_1.2.5/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:__anon4276
141 log_clients > client_free_list. On Win2k
/netgear-R7000-V1.0.7.12_1.2.5/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 74 milliseconds