aio_list_head      59 source3/smbd/aio.c 	DLIST_REMOVE(aio_list_head, aio_ex);
aio_list_head      85 source3/smbd/aio.c 	DLIST_ADD(aio_list_head, aio_ex);
aio_list_head      99 source3/smbd/aio.c 	for( p = aio_list_head; p; p = p->next) {
aio_list_head     582 source3/smbd/aio.c 		for( aio_ex = aio_list_head; aio_ex; aio_ex = aio_ex->next) {
aio_list_head     601 source3/smbd/aio.c 		for( i = 0, aio_ex = aio_list_head;
aio_list_head     676 source3/smbd/aio.c 	for( aio_ex = aio_list_head; aio_ex; aio_ex = aio_ex->next) {
aio_list_head      24 source3/smbd/globals.c struct aio_extra *aio_list_head = NULL;
aio_list_head      22 source3/smbd/globals.h extern struct aio_extra *aio_list_head;