Searched refs:aio_extra (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/smbd/
H A Daio.c35 struct aio_extra { struct
36 struct aio_extra *next, *prev;
45 static struct aio_extra *aio_list_head;
52 static struct aio_extra *create_aio_ex_read(files_struct *fsp, size_t buflen,
55 struct aio_extra *aio_ex = SMB_MALLOC_P(struct aio_extra);
81 static struct aio_extra *create_aio_ex_write(files_struct *fsp,
86 struct aio_extra *aio_ex = SMB_MALLOC_P(struct aio_extra);
117 static void delete_aio_ex(struct aio_extra *aio_e
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/smbd/
H A Daio.c35 struct aio_extra { struct
36 struct aio_extra *next, *prev;
45 static struct aio_extra *aio_list_head;
52 static struct aio_extra *create_aio_ex_read(files_struct *fsp, size_t buflen,
55 struct aio_extra *aio_ex = SMB_MALLOC_P(struct aio_extra);
81 static struct aio_extra *create_aio_ex_write(files_struct *fsp,
86 struct aio_extra *aio_ex = SMB_MALLOC_P(struct aio_extra);
117 static void delete_aio_ex(struct aio_extra *aio_e
[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.c35 struct aio_extra { struct
36 struct aio_extra *next, *prev;
45 static struct aio_extra *aio_list_head;
52 static struct aio_extra *create_aio_ex_read(files_struct *fsp, size_t buflen,
55 struct aio_extra *aio_ex = SMB_MALLOC_P(struct aio_extra);
81 static struct aio_extra *create_aio_ex_write(files_struct *fsp,
86 struct aio_extra *aio_ex = SMB_MALLOC_P(struct aio_extra);
117 static void delete_aio_ex(struct aio_extra *aio_e
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/smbd/
H A Daio.c42 struct aio_extra { struct
43 struct aio_extra *next, *prev;
48 int (*handle_completion)(struct aio_extra *ex, int errcode);
51 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)
65 static struct aio_extra *create_aio_extra(files_struct *fsp, size_t buflen)
67 struct aio_extra *aio_ex = TALLOC_ZERO_P(NULL, struct aio_extra);
92 static struct aio_extra *find_aio_e
[all...]
H A Dglobals.c24 struct aio_extra *aio_list_head = NULL;
H A Dglobals.h21 struct aio_extra;
22 extern struct aio_extra *aio_list_head;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/smbd/
H A Daio.c42 struct aio_extra { struct
43 struct aio_extra *next, *prev;
48 int (*handle_completion)(struct aio_extra *ex, int errcode);
51 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)
65 static struct aio_extra *create_aio_extra(files_struct *fsp, size_t buflen)
67 struct aio_extra *aio_ex = TALLOC_ZERO_P(NULL, struct aio_extra);
92 static struct aio_extra *find_aio_e
[all...]
H A Dglobals.c24 struct aio_extra *aio_list_head = NULL;
H A Dglobals.h21 struct aio_extra;
22 extern struct aio_extra *aio_list_head;
/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.c42 struct aio_extra { struct
43 struct aio_extra *next, *prev;
48 int (*handle_completion)(struct aio_extra *ex, int errcode);
51 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)
65 static struct aio_extra *create_aio_extra(files_struct *fsp, size_t buflen)
67 struct aio_extra *aio_ex = TALLOC_ZERO_P(NULL, struct aio_extra);
92 static struct aio_extra *find_aio_e
[all...]
H A Dglobals.c24 struct aio_extra *aio_list_head = NULL;
H A Dglobals.h21 struct aio_extra;
22 extern struct aio_extra *aio_list_head;

Completed in 190 milliseconds