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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dlogfile.h279 /* 18*/ le16 next_client; /* The offset to the next log client record in member in struct:__anon16907
H A Dlogfile.c297 idx = le16_to_cpu(cr->next_client)) {
/netgear-R7000-V1.0.7.12_1.2.5/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:__anon4277
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/agp/
H A Dfrontend.c532 struct agp_client *next_client; local
544 next_client = client->next;
547 prev_client->next = next_client;
548 if (next_client != NULL)
549 next_client->prev = prev_client;
552 if (next_client != NULL)
553 next_client->prev = NULL;
554 controller->clients = next_client;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dlogfile.c300 idx = le16_to_cpu(cr->next_client)) {

Completed in 74 milliseconds