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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dlogfile.h279 /* 18*/ le16 next_client; /* The offset to the next log client record in member in struct:__anon7635
H A Dlogfile.c296 idx = le16_to_cpu(cr->next_client)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlogfile.h280 /* 18*/ le16 next_client; /* The offset to the next log client record in member in struct:__anon1331
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Dfrontend.c530 struct agp_client *next_client; local
542 next_client = client->next;
545 prev_client->next = next_client;
546 if (next_client != NULL)
547 next_client->prev = prev_client;
550 if (next_client != NULL)
551 next_client->prev = NULL;
552 controller->clients = next_client;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dlogfile.c300 idx = le16_to_cpu(cr->next_client)) {

Completed in 76 milliseconds