aio_extra          46 source3/smbd/aio.c 	struct aio_extra *next, *prev;
aio_extra          51 source3/smbd/aio.c 	int (*handle_completion)(struct aio_extra *ex, int errcode);
aio_extra          68 source3/smbd/aio.c static struct aio_extra *create_aio_extra(files_struct *fsp, size_t buflen)
aio_extra          70 source3/smbd/aio.c 	struct aio_extra *aio_ex = TALLOC_ZERO_P(NULL, struct aio_extra);
aio_extra          95 source3/smbd/aio.c static struct aio_extra *find_aio_ex(uint16 mid)
aio_extra          97 source3/smbd/aio.c 	struct aio_extra *p;
aio_extra         120 source3/smbd/aio.c 	struct aio_extra *aio_ex;
aio_extra         212 source3/smbd/aio.c 	struct aio_extra *aio_ex;
aio_extra         517 source3/smbd/aio.c 	struct aio_extra *aio_ex = find_aio_ex(mid);
aio_extra         569 source3/smbd/aio.c 	struct aio_extra *aio_ex;
aio_extra         674 source3/smbd/aio.c 	struct aio_extra *aio_ex;
aio_extra          24 source3/smbd/globals.c struct aio_extra *aio_list_head = NULL;
aio_extra          21 source3/smbd/globals.h struct aio_extra;
aio_extra          22 source3/smbd/globals.h extern struct aio_extra *aio_list_head;