Searched refs:aio_ex (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/smbd/
H A Daio.c55 struct aio_extra *aio_ex = SMB_MALLOC_P(struct aio_extra); local
57 if (!aio_ex) {
60 ZERO_STRUCTP(aio_ex);
61 /* The output buffer stored in the aio_ex is the start of
64 aio_ex->outbuf = SMB_MALLOC_ARRAY(char, buflen);
65 if (!aio_ex->outbuf) {
66 SAFE_FREE(aio_ex);
69 DLIST_ADD(aio_list_head, aio_ex);
70 aio_ex->fsp = fsp;
71 aio_ex
86 struct aio_extra *aio_ex = SMB_MALLOC_P(struct aio_extra); local
117 delete_aio_ex(struct aio_extra *aio_ex) argument
202 struct aio_extra *aio_ex; local
284 struct aio_extra *aio_ex; local
386 handle_aio_read_complete(struct aio_extra *aio_ex) argument
447 handle_aio_write_complete(struct aio_extra *aio_ex) argument
538 handle_aio_completed(struct aio_extra *aio_ex, int *perr) argument
589 struct aio_extra *aio_ex = find_aio_ex(mid); local
631 struct aio_extra *aio_ex; local
736 struct aio_extra *aio_ex; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/smbd/
H A Daio.c55 struct aio_extra *aio_ex = SMB_MALLOC_P(struct aio_extra); local
57 if (!aio_ex) {
60 ZERO_STRUCTP(aio_ex);
61 /* The output buffer stored in the aio_ex is the start of
64 aio_ex->outbuf = SMB_MALLOC_ARRAY(char, buflen);
65 if (!aio_ex->outbuf) {
66 SAFE_FREE(aio_ex);
69 DLIST_ADD(aio_list_head, aio_ex);
70 aio_ex->fsp = fsp;
71 aio_ex
86 struct aio_extra *aio_ex = SMB_MALLOC_P(struct aio_extra); local
117 delete_aio_ex(struct aio_extra *aio_ex) argument
202 struct aio_extra *aio_ex; local
284 struct aio_extra *aio_ex; local
386 handle_aio_read_complete(struct aio_extra *aio_ex) argument
447 handle_aio_write_complete(struct aio_extra *aio_ex) argument
538 handle_aio_completed(struct aio_extra *aio_ex, int *perr) argument
589 struct aio_extra *aio_ex = find_aio_ex(mid); local
631 struct aio_extra *aio_ex; local
736 struct aio_extra *aio_ex; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/smbd/
H A Daio.c55 struct aio_extra *aio_ex = SMB_MALLOC_P(struct aio_extra); local
57 if (!aio_ex) {
60 ZERO_STRUCTP(aio_ex);
61 /* The output buffer stored in the aio_ex is the start of
64 aio_ex->outbuf = SMB_MALLOC_ARRAY(char, buflen);
65 if (!aio_ex->outbuf) {
66 SAFE_FREE(aio_ex);
69 DLIST_ADD(aio_list_head, aio_ex);
70 aio_ex->fsp = fsp;
71 aio_ex
86 struct aio_extra *aio_ex = SMB_MALLOC_P(struct aio_extra); local
117 delete_aio_ex(struct aio_extra *aio_ex) argument
202 struct aio_extra *aio_ex; local
284 struct aio_extra *aio_ex; local
386 handle_aio_read_complete(struct aio_extra *aio_ex) argument
447 handle_aio_write_complete(struct aio_extra *aio_ex) argument
538 handle_aio_completed(struct aio_extra *aio_ex, int *perr) argument
589 struct aio_extra *aio_ex = find_aio_ex(mid); local
631 struct aio_extra *aio_ex; local
736 struct aio_extra *aio_ex; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/smbd/
H A Daio.c51 static int handle_aio_read_complete(struct aio_extra *aio_ex, int errcode);
52 static int handle_aio_write_complete(struct aio_extra *aio_ex, int errcode);
54 static int aio_extra_destructor(struct aio_extra *aio_ex) argument
56 DLIST_REMOVE(aio_list_head, aio_ex);
67 struct aio_extra *aio_ex = TALLOC_ZERO_P(NULL, struct aio_extra); local
69 if (!aio_ex) {
73 /* The output buffer stored in the aio_ex is the start of
77 aio_ex->outbuf = TALLOC_ARRAY(aio_ex, char, buflen);
78 if (!aio_ex
117 struct aio_extra *aio_ex; local
208 struct aio_extra *aio_ex; local
322 handle_aio_read_complete(struct aio_extra *aio_ex, int errcode) argument
380 handle_aio_write_complete(struct aio_extra *aio_ex, int errcode) argument
470 handle_aio_completed(struct aio_extra *aio_ex, int *perr) argument
509 struct aio_extra *aio_ex = find_aio_ex(mid); local
559 struct aio_extra *aio_ex; local
664 struct aio_extra *aio_ex; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/smbd/
H A Daio.c51 static int handle_aio_read_complete(struct aio_extra *aio_ex, int errcode);
52 static int handle_aio_write_complete(struct aio_extra *aio_ex, int errcode);
54 static int aio_extra_destructor(struct aio_extra *aio_ex) argument
56 DLIST_REMOVE(aio_list_head, aio_ex);
67 struct aio_extra *aio_ex = TALLOC_ZERO_P(NULL, struct aio_extra); local
69 if (!aio_ex) {
73 /* The output buffer stored in the aio_ex is the start of
77 aio_ex->outbuf = TALLOC_ARRAY(aio_ex, char, buflen);
78 if (!aio_ex
117 struct aio_extra *aio_ex; local
208 struct aio_extra *aio_ex; local
322 handle_aio_read_complete(struct aio_extra *aio_ex, int errcode) argument
380 handle_aio_write_complete(struct aio_extra *aio_ex, int errcode) argument
470 handle_aio_completed(struct aio_extra *aio_ex, int *perr) argument
509 struct aio_extra *aio_ex = find_aio_ex(mid); local
559 struct aio_extra *aio_ex; local
664 struct aio_extra *aio_ex; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/smbd/
H A Daio.c51 static int handle_aio_read_complete(struct aio_extra *aio_ex, int errcode);
52 static int handle_aio_write_complete(struct aio_extra *aio_ex, int errcode);
54 static int aio_extra_destructor(struct aio_extra *aio_ex) argument
56 DLIST_REMOVE(aio_list_head, aio_ex);
67 struct aio_extra *aio_ex = TALLOC_ZERO_P(NULL, struct aio_extra); local
69 if (!aio_ex) {
73 /* The output buffer stored in the aio_ex is the start of
77 aio_ex->outbuf = TALLOC_ARRAY(aio_ex, char, buflen);
78 if (!aio_ex
117 struct aio_extra *aio_ex; local
208 struct aio_extra *aio_ex; local
322 handle_aio_read_complete(struct aio_extra *aio_ex, int errcode) argument
380 handle_aio_write_complete(struct aio_extra *aio_ex, int errcode) argument
470 handle_aio_completed(struct aio_extra *aio_ex, int *perr) argument
509 struct aio_extra *aio_ex = find_aio_ex(mid); local
559 struct aio_extra *aio_ex; local
664 struct aio_extra *aio_ex; local
[all...]

Completed in 144 milliseconds