Searched refs:aiocb (Results 1 - 25 of 66) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/modules/
H A Dvfs_aio_fork.c87 SMB_STRUCT_AIOCB *aiocb; member in struct:aio_child
231 if (child->aiocb != NULL) {
403 child->aiocb = NULL;
409 SMB_ASSERT(child->retval.size <= child->aiocb->aio_nbytes);
410 memcpy((void *)child->aiocb->aio_buf, (void *)child->map->ptr,
414 mid = child->aiocb->aio_sigevent.sigev_value.sival_int;
423 SMB_ASSERT((child->aiocb == NULL) || child->cancelled);
531 if (child->aiocb == NULL) {
555 struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb)
562 if (aiocb
554 aio_fork_read(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
595 aio_fork_write(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
639 aio_fork_find_child(struct vfs_handle_struct *handle, SMB_STRUCT_AIOCB *aiocb) argument
659 aio_fork_return_fn(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
680 aio_fork_cancel(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
715 aio_fork_error_fn(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/modules/
H A Dvfs_aio_fork.c87 SMB_STRUCT_AIOCB *aiocb; member in struct:aio_child
231 if (child->aiocb != NULL) {
403 child->aiocb = NULL;
409 SMB_ASSERT(child->retval.size <= child->aiocb->aio_nbytes);
410 memcpy((void *)child->aiocb->aio_buf, (void *)child->map->ptr,
414 mid = child->aiocb->aio_sigevent.sigev_value.sival_int;
423 SMB_ASSERT((child->aiocb == NULL) || child->cancelled);
531 if (child->aiocb == NULL) {
555 struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb)
562 if (aiocb
554 aio_fork_read(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
595 aio_fork_write(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
639 aio_fork_find_child(struct vfs_handle_struct *handle, SMB_STRUCT_AIOCB *aiocb) argument
659 aio_fork_return_fn(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
680 aio_fork_cancel(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
715 aio_fork_error_fn(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/modules/
H A Dvfs_aio_fork.c87 SMB_STRUCT_AIOCB *aiocb; member in struct:aio_child
231 if (child->aiocb != NULL) {
403 child->aiocb = NULL;
409 SMB_ASSERT(child->retval.size <= child->aiocb->aio_nbytes);
410 memcpy((void *)child->aiocb->aio_buf, (void *)child->map->ptr,
414 mid = child->aiocb->aio_sigevent.sigev_value.sival_int;
423 SMB_ASSERT((child->aiocb == NULL) || child->cancelled);
531 if (child->aiocb == NULL) {
555 struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb)
562 if (aiocb
554 aio_fork_read(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
595 aio_fork_write(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
639 aio_fork_find_child(struct vfs_handle_struct *handle, SMB_STRUCT_AIOCB *aiocb) argument
659 aio_fork_return_fn(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
680 aio_fork_cancel(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
715 aio_fork_error_fn(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/include/
H A Dvfs_macros.h551 #define SMB_VFS_AIO_READ(fsp,aiocb) \
552 smb_vfs_call_aio_read((fsp)->conn->vfs_handles, (fsp), (aiocb))
553 #define SMB_VFS_NEXT_AIO_READ(handle,fsp,aiocb) \
554 smb_vfs_call_aio_read((handle)->next,(fsp),(aiocb))
556 #define SMB_VFS_AIO_WRITE(fsp,aiocb) \
557 smb_vfs_call_aio_write((fsp)->conn->vfs_handles, (fsp), (aiocb))
558 #define SMB_VFS_NEXT_AIO_WRITE(handle,fsp,aiocb) \
559 smb_vfs_call_aio_write((handle)->next,(fsp),(aiocb))
561 #define SMB_VFS_AIO_RETURN(fsp,aiocb) \
562 smb_vfs_call_aio_return_fn((fsp)->conn->vfs_handles, (fsp), (aiocb))
[all...]
H A Dvfs.h374 int (*aio_read)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb);
375 int (*aio_write)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb);
376 ssize_t (*aio_return_fn)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb);
377 int (*aio_cancel)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb);
378 int (*aio_error_fn)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb);
379 int (*aio_fsync)(struct vfs_handle_struct *handle, struct files_struct *fsp, int op, SMB_STRUCT_AIOCB *aiocb);
380 int (*aio_suspend)(struct vfs_handle_struct *handle, struct files_struct *fsp, const SMB_STRUCT_AIOCB * const aiocb[], int n, const struct timespec *timeout);
768 struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb);
770 struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb);
773 SMB_STRUCT_AIOCB *aiocb);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/include/
H A Dvfs_macros.h551 #define SMB_VFS_AIO_READ(fsp,aiocb) \
552 smb_vfs_call_aio_read((fsp)->conn->vfs_handles, (fsp), (aiocb))
553 #define SMB_VFS_NEXT_AIO_READ(handle,fsp,aiocb) \
554 smb_vfs_call_aio_read((handle)->next,(fsp),(aiocb))
556 #define SMB_VFS_AIO_WRITE(fsp,aiocb) \
557 smb_vfs_call_aio_write((fsp)->conn->vfs_handles, (fsp), (aiocb))
558 #define SMB_VFS_NEXT_AIO_WRITE(handle,fsp,aiocb) \
559 smb_vfs_call_aio_write((handle)->next,(fsp),(aiocb))
561 #define SMB_VFS_AIO_RETURN(fsp,aiocb) \
562 smb_vfs_call_aio_return_fn((fsp)->conn->vfs_handles, (fsp), (aiocb))
[all...]
H A Dvfs.h374 int (*aio_read)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb);
375 int (*aio_write)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb);
376 ssize_t (*aio_return_fn)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb);
377 int (*aio_cancel)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb);
378 int (*aio_error_fn)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb);
379 int (*aio_fsync)(struct vfs_handle_struct *handle, struct files_struct *fsp, int op, SMB_STRUCT_AIOCB *aiocb);
380 int (*aio_suspend)(struct vfs_handle_struct *handle, struct files_struct *fsp, const SMB_STRUCT_AIOCB * const aiocb[], int n, const struct timespec *timeout);
768 struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb);
770 struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb);
773 SMB_STRUCT_AIOCB *aiocb);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/include/
H A Dvfs_macros.h551 #define SMB_VFS_AIO_READ(fsp,aiocb) \
552 smb_vfs_call_aio_read((fsp)->conn->vfs_handles, (fsp), (aiocb))
553 #define SMB_VFS_NEXT_AIO_READ(handle,fsp,aiocb) \
554 smb_vfs_call_aio_read((handle)->next,(fsp),(aiocb))
556 #define SMB_VFS_AIO_WRITE(fsp,aiocb) \
557 smb_vfs_call_aio_write((fsp)->conn->vfs_handles, (fsp), (aiocb))
558 #define SMB_VFS_NEXT_AIO_WRITE(handle,fsp,aiocb) \
559 smb_vfs_call_aio_write((handle)->next,(fsp),(aiocb))
561 #define SMB_VFS_AIO_RETURN(fsp,aiocb) \
562 smb_vfs_call_aio_return_fn((fsp)->conn->vfs_handles, (fsp), (aiocb))
[all...]
H A Dvfs.h374 int (*aio_read)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb);
375 int (*aio_write)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb);
376 ssize_t (*aio_return_fn)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb);
377 int (*aio_cancel)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb);
378 int (*aio_error_fn)(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb);
379 int (*aio_fsync)(struct vfs_handle_struct *handle, struct files_struct *fsp, int op, SMB_STRUCT_AIOCB *aiocb);
380 int (*aio_suspend)(struct vfs_handle_struct *handle, struct files_struct *fsp, const SMB_STRUCT_AIOCB * const aiocb[], int n, const struct timespec *timeout);
768 struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb);
770 struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb);
773 SMB_STRUCT_AIOCB *aiocb);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/include/
H A Dvfs_macros.h132 #define SMB_VFS_AIO_READ(fsp,aiocb) ((fsp)->conn->vfs.ops.aio_read((fsp)->conn->vfs.handles.aio_read,(fsp),(aiocb)))
133 #define SMB_VFS_AIO_WRITE(fsp,aiocb) ((fsp)->conn->vfs.ops.aio_write((fsp)->conn->vfs.handles.aio_write,(fsp),(aiocb)))
134 #define SMB_VFS_AIO_RETURN(fsp,aiocb) ((fsp)->conn->vfs.ops.aio_return_fn((fsp)->conn->vfs.handles.aio_return,(fsp),(aiocb)))
135 #define SMB_VFS_AIO_CANCEL(fsp,fd,aiocb) ((fsp)->conn->vfs.ops.aio_cancel((fsp)->conn->vfs.handles.aio_cancel,(fsp),(fd),(aiocb)))
136 #define SMB_VFS_AIO_ERROR(fsp,aiocb) ((fsp)->conn->vfs.ops.aio_error_fn((fsp)->conn->vfs.handles.aio_error,(fsp),(aiocb)))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/include/
H A Dvfs_macros.h132 #define SMB_VFS_AIO_READ(fsp,aiocb) ((fsp)->conn->vfs.ops.aio_read((fsp)->conn->vfs.handles.aio_read,(fsp),(aiocb)))
133 #define SMB_VFS_AIO_WRITE(fsp,aiocb) ((fsp)->conn->vfs.ops.aio_write((fsp)->conn->vfs.handles.aio_write,(fsp),(aiocb)))
134 #define SMB_VFS_AIO_RETURN(fsp,aiocb) ((fsp)->conn->vfs.ops.aio_return_fn((fsp)->conn->vfs.handles.aio_return,(fsp),(aiocb)))
135 #define SMB_VFS_AIO_CANCEL(fsp,fd,aiocb) ((fsp)->conn->vfs.ops.aio_cancel((fsp)->conn->vfs.handles.aio_cancel,(fsp),(fd),(aiocb)))
136 #define SMB_VFS_AIO_ERROR(fsp,aiocb) ((fsp)->conn->vfs.ops.aio_error_fn((fsp)->conn->vfs.handles.aio_error,(fsp),(aiocb)))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/include/
H A Dvfs_macros.h132 #define SMB_VFS_AIO_READ(fsp,aiocb) ((fsp)->conn->vfs.ops.aio_read((fsp)->conn->vfs.handles.aio_read,(fsp),(aiocb)))
133 #define SMB_VFS_AIO_WRITE(fsp,aiocb) ((fsp)->conn->vfs.ops.aio_write((fsp)->conn->vfs.handles.aio_write,(fsp),(aiocb)))
134 #define SMB_VFS_AIO_RETURN(fsp,aiocb) ((fsp)->conn->vfs.ops.aio_return_fn((fsp)->conn->vfs.handles.aio_return,(fsp),(aiocb)))
135 #define SMB_VFS_AIO_CANCEL(fsp,fd,aiocb) ((fsp)->conn->vfs.ops.aio_cancel((fsp)->conn->vfs.handles.aio_cancel,(fsp),(fd),(aiocb)))
136 #define SMB_VFS_AIO_ERROR(fsp,aiocb) ((fsp)->conn->vfs.ops.aio_error_fn((fsp)->conn->vfs.handles.aio_error,(fsp),(aiocb)))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/examples/VFS/
H A Dskel_opaque.c524 static int skel_aio_read(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
526 return vfswrap_aio_read(NULL, fsp, aiocb);
529 static int skel_aio_write(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
531 return vfswrap_aio_write(NULL, fsp, aiocb);
534 static ssize_t skel_aio_return(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
536 return vfswrap_aio_return(NULL, fsp, aiocb);
539 static int skel_aio_cancel(struct vfs_handle_struct *handle, struct files_struct *fsp, int fd, SMB_STRUCT_AIOCB *aiocb) argument
541 return vfswrap_aio_cancel(NULL, fsp, fd, aiocb);
544 static int skel_aio_error(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
546 return vfswrap_aio_error(NULL, fsp, aiocb);
549 skel_aio_fsync(struct vfs_handle_struct *handle, struct files_struct *fsp, int op, SMB_STRUCT_AIOCB *aiocb) argument
554 skel_aio_suspend(struct vfs_handle_struct *handle, struct files_struct *fsp, const SMB_STRUCT_AIOCB * const aiocb[], int n, const struct timespec *ts) argument
[all...]
H A Dskel_transparent.c487 static int skel_aio_read(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
489 return SMB_VFS_NEXT_AIO_READ(handle, fsp, aiocb);
492 static int skel_aio_write(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
494 return SMB_VFS_NEXT_AIO_WRITE(handle, fsp, aiocb);
497 static ssize_t skel_aio_return(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
499 return SMB_VFS_NEXT_AIO_RETURN(handle, fsp, aiocb);
502 static int skel_aio_cancel(struct vfs_handle_struct *handle, struct files_struct *fsp, int fd, SMB_STRUCT_AIOCB *aiocb) argument
504 return SMB_VFS_NEXT_AIO_CANCEL(handle, fsp, fd, aiocb);
507 static int skel_aio_error(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
509 return SMB_VFS_NEXT_AIO_ERROR(handle, fsp, aiocb);
512 skel_aio_fsync(struct vfs_handle_struct *handle, struct files_struct *fsp, int op, SMB_STRUCT_AIOCB *aiocb) argument
517 skel_aio_suspend(struct vfs_handle_struct *handle, struct files_struct *fsp, const SMB_STRUCT_AIOCB * const aiocb[], int n, const struct timespec *ts) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/examples/VFS/
H A Dskel_transparent.c654 static int skel_aio_read(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
656 return SMB_VFS_NEXT_AIO_READ(handle, fsp, aiocb);
659 static int skel_aio_write(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
661 return SMB_VFS_NEXT_AIO_WRITE(handle, fsp, aiocb);
664 static ssize_t skel_aio_return_fn(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
666 return SMB_VFS_NEXT_AIO_RETURN(handle, fsp, aiocb);
669 static int skel_aio_cancel(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
671 return SMB_VFS_NEXT_AIO_CANCEL(handle, fsp, aiocb);
674 static int skel_aio_error_fn(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
676 return SMB_VFS_NEXT_AIO_ERROR(handle, fsp, aiocb);
679 skel_aio_fsync(struct vfs_handle_struct *handle, struct files_struct *fsp, int op, SMB_STRUCT_AIOCB *aiocb) argument
684 skel_aio_suspend(struct vfs_handle_struct *handle, struct files_struct *fsp, const SMB_STRUCT_AIOCB * const aiocb[], int n, const struct timespec *ts) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/examples/VFS/
H A Dskel_opaque.c524 static int skel_aio_read(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
526 return vfswrap_aio_read(NULL, fsp, aiocb);
529 static int skel_aio_write(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
531 return vfswrap_aio_write(NULL, fsp, aiocb);
534 static ssize_t skel_aio_return(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
536 return vfswrap_aio_return(NULL, fsp, aiocb);
539 static int skel_aio_cancel(struct vfs_handle_struct *handle, struct files_struct *fsp, int fd, SMB_STRUCT_AIOCB *aiocb) argument
541 return vfswrap_aio_cancel(NULL, fsp, fd, aiocb);
544 static int skel_aio_error(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
546 return vfswrap_aio_error(NULL, fsp, aiocb);
549 skel_aio_fsync(struct vfs_handle_struct *handle, struct files_struct *fsp, int op, SMB_STRUCT_AIOCB *aiocb) argument
554 skel_aio_suspend(struct vfs_handle_struct *handle, struct files_struct *fsp, const SMB_STRUCT_AIOCB * const aiocb[], int n, const struct timespec *ts) argument
[all...]
H A Dskel_transparent.c487 static int skel_aio_read(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
489 return SMB_VFS_NEXT_AIO_READ(handle, fsp, aiocb);
492 static int skel_aio_write(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
494 return SMB_VFS_NEXT_AIO_WRITE(handle, fsp, aiocb);
497 static ssize_t skel_aio_return(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
499 return SMB_VFS_NEXT_AIO_RETURN(handle, fsp, aiocb);
502 static int skel_aio_cancel(struct vfs_handle_struct *handle, struct files_struct *fsp, int fd, SMB_STRUCT_AIOCB *aiocb) argument
504 return SMB_VFS_NEXT_AIO_CANCEL(handle, fsp, fd, aiocb);
507 static int skel_aio_error(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
509 return SMB_VFS_NEXT_AIO_ERROR(handle, fsp, aiocb);
512 skel_aio_fsync(struct vfs_handle_struct *handle, struct files_struct *fsp, int op, SMB_STRUCT_AIOCB *aiocb) argument
517 skel_aio_suspend(struct vfs_handle_struct *handle, struct files_struct *fsp, const SMB_STRUCT_AIOCB * const aiocb[], int n, const struct timespec *ts) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/examples/VFS/
H A Dskel_transparent.c654 static int skel_aio_read(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
656 return SMB_VFS_NEXT_AIO_READ(handle, fsp, aiocb);
659 static int skel_aio_write(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
661 return SMB_VFS_NEXT_AIO_WRITE(handle, fsp, aiocb);
664 static ssize_t skel_aio_return_fn(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
666 return SMB_VFS_NEXT_AIO_RETURN(handle, fsp, aiocb);
669 static int skel_aio_cancel(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
671 return SMB_VFS_NEXT_AIO_CANCEL(handle, fsp, aiocb);
674 static int skel_aio_error_fn(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
676 return SMB_VFS_NEXT_AIO_ERROR(handle, fsp, aiocb);
679 skel_aio_fsync(struct vfs_handle_struct *handle, struct files_struct *fsp, int op, SMB_STRUCT_AIOCB *aiocb) argument
684 skel_aio_suspend(struct vfs_handle_struct *handle, struct files_struct *fsp, const SMB_STRUCT_AIOCB * const aiocb[], int n, const struct timespec *ts) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/examples/VFS/
H A Dskel_opaque.c524 static int skel_aio_read(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
526 return vfswrap_aio_read(NULL, fsp, aiocb);
529 static int skel_aio_write(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
531 return vfswrap_aio_write(NULL, fsp, aiocb);
534 static ssize_t skel_aio_return(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
536 return vfswrap_aio_return(NULL, fsp, aiocb);
539 static int skel_aio_cancel(struct vfs_handle_struct *handle, struct files_struct *fsp, int fd, SMB_STRUCT_AIOCB *aiocb) argument
541 return vfswrap_aio_cancel(NULL, fsp, fd, aiocb);
544 static int skel_aio_error(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
546 return vfswrap_aio_error(NULL, fsp, aiocb);
549 skel_aio_fsync(struct vfs_handle_struct *handle, struct files_struct *fsp, int op, SMB_STRUCT_AIOCB *aiocb) argument
554 skel_aio_suspend(struct vfs_handle_struct *handle, struct files_struct *fsp, const SMB_STRUCT_AIOCB * const aiocb[], int n, const struct timespec *ts) argument
[all...]
H A Dskel_transparent.c487 static int skel_aio_read(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
489 return SMB_VFS_NEXT_AIO_READ(handle, fsp, aiocb);
492 static int skel_aio_write(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
494 return SMB_VFS_NEXT_AIO_WRITE(handle, fsp, aiocb);
497 static ssize_t skel_aio_return(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
499 return SMB_VFS_NEXT_AIO_RETURN(handle, fsp, aiocb);
502 static int skel_aio_cancel(struct vfs_handle_struct *handle, struct files_struct *fsp, int fd, SMB_STRUCT_AIOCB *aiocb) argument
504 return SMB_VFS_NEXT_AIO_CANCEL(handle, fsp, fd, aiocb);
507 static int skel_aio_error(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
509 return SMB_VFS_NEXT_AIO_ERROR(handle, fsp, aiocb);
512 skel_aio_fsync(struct vfs_handle_struct *handle, struct files_struct *fsp, int op, SMB_STRUCT_AIOCB *aiocb) argument
517 skel_aio_suspend(struct vfs_handle_struct *handle, struct files_struct *fsp, const SMB_STRUCT_AIOCB * const aiocb[], int n, const struct timespec *ts) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/examples/VFS/
H A Dskel_transparent.c654 static int skel_aio_read(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
656 return SMB_VFS_NEXT_AIO_READ(handle, fsp, aiocb);
659 static int skel_aio_write(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
661 return SMB_VFS_NEXT_AIO_WRITE(handle, fsp, aiocb);
664 static ssize_t skel_aio_return_fn(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
666 return SMB_VFS_NEXT_AIO_RETURN(handle, fsp, aiocb);
669 static int skel_aio_cancel(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
671 return SMB_VFS_NEXT_AIO_CANCEL(handle, fsp, aiocb);
674 static int skel_aio_error_fn(struct vfs_handle_struct *handle, struct files_struct *fsp, SMB_STRUCT_AIOCB *aiocb) argument
676 return SMB_VFS_NEXT_AIO_ERROR(handle, fsp, aiocb);
679 skel_aio_fsync(struct vfs_handle_struct *handle, struct files_struct *fsp, int op, SMB_STRUCT_AIOCB *aiocb) argument
684 skel_aio_suspend(struct vfs_handle_struct *handle, struct files_struct *fsp, const SMB_STRUCT_AIOCB * const aiocb[], int n, const struct timespec *ts) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/
H A Dsystem.c2220 int sys_aio_read(SMB_STRUCT_AIOCB *aiocb) argument
2223 return aio_read64(aiocb);
2225 return aio_read(aiocb);
2236 int sys_aio_write(SMB_STRUCT_AIOCB *aiocb) argument
2239 return aio_write64(aiocb);
2241 return aio_write(aiocb);
2252 ssize_t sys_aio_return(SMB_STRUCT_AIOCB *aiocb) argument
2255 return aio_return64(aiocb);
2257 return aio_return(aiocb);
2268 int sys_aio_cancel(int fd, SMB_STRUCT_AIOCB *aiocb) argument
2284 sys_aio_error(const SMB_STRUCT_AIOCB *aiocb) argument
2300 sys_aio_fsync(int op, SMB_STRUCT_AIOCB *aiocb) argument
2329 sys_aio_read(SMB_STRUCT_AIOCB *aiocb) argument
2335 sys_aio_write(SMB_STRUCT_AIOCB *aiocb) argument
2341 sys_aio_return(SMB_STRUCT_AIOCB *aiocb) argument
2347 sys_aio_cancel(int fd, SMB_STRUCT_AIOCB *aiocb) argument
2353 sys_aio_error(const SMB_STRUCT_AIOCB *aiocb) argument
2359 sys_aio_fsync(int op, SMB_STRUCT_AIOCB *aiocb) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Dsystem.c2408 int sys_aio_read(SMB_STRUCT_AIOCB *aiocb) argument
2411 return aio_read64(aiocb);
2413 return aio_read(aiocb);
2424 int sys_aio_write(SMB_STRUCT_AIOCB *aiocb) argument
2427 return aio_write64(aiocb);
2429 return aio_write(aiocb);
2440 ssize_t sys_aio_return(SMB_STRUCT_AIOCB *aiocb) argument
2443 return aio_return64(aiocb);
2445 return aio_return(aiocb);
2456 int sys_aio_cancel(int fd, SMB_STRUCT_AIOCB *aiocb) argument
2472 sys_aio_error(const SMB_STRUCT_AIOCB *aiocb) argument
2488 sys_aio_fsync(int op, SMB_STRUCT_AIOCB *aiocb) argument
2517 sys_aio_read(SMB_STRUCT_AIOCB *aiocb) argument
2523 sys_aio_write(SMB_STRUCT_AIOCB *aiocb) argument
2529 sys_aio_return(SMB_STRUCT_AIOCB *aiocb) argument
2535 sys_aio_cancel(int fd, SMB_STRUCT_AIOCB *aiocb) argument
2541 sys_aio_error(const SMB_STRUCT_AIOCB *aiocb) argument
2547 sys_aio_fsync(int op, SMB_STRUCT_AIOCB *aiocb) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/
H A Dsystem.c2220 int sys_aio_read(SMB_STRUCT_AIOCB *aiocb) argument
2223 return aio_read64(aiocb);
2225 return aio_read(aiocb);
2236 int sys_aio_write(SMB_STRUCT_AIOCB *aiocb) argument
2239 return aio_write64(aiocb);
2241 return aio_write(aiocb);
2252 ssize_t sys_aio_return(SMB_STRUCT_AIOCB *aiocb) argument
2255 return aio_return64(aiocb);
2257 return aio_return(aiocb);
2268 int sys_aio_cancel(int fd, SMB_STRUCT_AIOCB *aiocb) argument
2284 sys_aio_error(const SMB_STRUCT_AIOCB *aiocb) argument
2300 sys_aio_fsync(int op, SMB_STRUCT_AIOCB *aiocb) argument
2329 sys_aio_read(SMB_STRUCT_AIOCB *aiocb) argument
2335 sys_aio_write(SMB_STRUCT_AIOCB *aiocb) argument
2341 sys_aio_return(SMB_STRUCT_AIOCB *aiocb) argument
2347 sys_aio_cancel(int fd, SMB_STRUCT_AIOCB *aiocb) argument
2353 sys_aio_error(const SMB_STRUCT_AIOCB *aiocb) argument
2359 sys_aio_fsync(int op, SMB_STRUCT_AIOCB *aiocb) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/
H A Dsystem.c2408 int sys_aio_read(SMB_STRUCT_AIOCB *aiocb) argument
2411 return aio_read64(aiocb);
2413 return aio_read(aiocb);
2424 int sys_aio_write(SMB_STRUCT_AIOCB *aiocb) argument
2427 return aio_write64(aiocb);
2429 return aio_write(aiocb);
2440 ssize_t sys_aio_return(SMB_STRUCT_AIOCB *aiocb) argument
2443 return aio_return64(aiocb);
2445 return aio_return(aiocb);
2456 int sys_aio_cancel(int fd, SMB_STRUCT_AIOCB *aiocb) argument
2472 sys_aio_error(const SMB_STRUCT_AIOCB *aiocb) argument
2488 sys_aio_fsync(int op, SMB_STRUCT_AIOCB *aiocb) argument
2517 sys_aio_read(SMB_STRUCT_AIOCB *aiocb) argument
2523 sys_aio_write(SMB_STRUCT_AIOCB *aiocb) argument
2529 sys_aio_return(SMB_STRUCT_AIOCB *aiocb) argument
2535 sys_aio_cancel(int fd, SMB_STRUCT_AIOCB *aiocb) argument
2541 sys_aio_error(const SMB_STRUCT_AIOCB *aiocb) argument
2547 sys_aio_fsync(int op, SMB_STRUCT_AIOCB *aiocb) argument
[all...]

Completed in 391 milliseconds

123