Searched refs:prev_client (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dlogfile.h274 /* 16*/ le16 prev_client; /* The offset to the previous log client record member in struct:__anon7592
H A Dlogfile.c301 /* The first log client record must not have a prev_client. */
303 if (cr->prev_client != LOGFILE_NO_CLIENT)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/agp/
H A Dfrontend.c501 struct agp_client *prev_client; local
503 prev_client = agp_fe.current_controller->clients;
504 client->next = prev_client;
506 if (prev_client != NULL)
507 prev_client->prev = client;
529 struct agp_client *prev_client; local
541 prev_client = client->prev;
544 if (prev_client != NULL) {
545 prev_client->next = next_client;
547 next_client->prev = prev_client;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlogfile.h275 /* 16*/ le16 prev_client; /* The offset to the previous log client record member in struct:__anon1337
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dlogfile.c305 /* The first log client record must not have a prev_client. */
307 if (cr->prev_client != LOGFILE_NO_CLIENT)

Completed in 57 milliseconds