Searched refs:client_array_offset (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.h198 client_array_offset + (log_clients *
200 /* 22*/ le16 client_array_offset;/* Offset from the start of this record to member in struct:__anon16906
208 boundary. Either way, client_array_offset
211 client_array_offset has to be <= 510.
212 Finally, client_array_offset + (log_clients
262 * of the RESTART_AREA to the client_array_offset value found in it.
H A Dlogfile.c170 * safe to access ra->client_array_offset.
179 * Now that we can access ra->client_array_offset, make sure everything
185 ca_ofs = le16_to_cpu(ra->client_array_offset);
283 le16_to_cpu(ra->client_array_offset));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlogfile.h197 client_array_offset + (log_clients *
199 /* 22*/ le16 client_array_offset;/* Offset from the start of this record to member in struct:__anon4276
207 boundary. Either way, client_array_offset
210 client_array_offset has to be <= 510.
211 Finally, client_array_offset + (log_clients
263 * RESTART_AREA to the client_array_offset value found in it.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dlogfile.c174 * safe to access ra->client_array_offset.
183 * Now that we can access ra->client_array_offset, make sure everything
189 ca_ofs = le16_to_cpu(ra->client_array_offset);
286 le16_to_cpu(ra->client_array_offset));

Completed in 53 milliseconds