Searched refs:aio_fsync (Results 1 - 25 of 42) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/
H A Daio.c1375 if (file->f_op->aio_fsync)
1376 ret = file->f_op->aio_fsync(iocb, 1);
1380 static ssize_t aio_fsync(struct kiocb *iocb) function
1385 if (file->f_op->aio_fsync)
1386 ret = file->f_op->aio_fsync(iocb, 0);
1507 if (file->f_op->aio_fsync)
1512 if (file->f_op->aio_fsync)
1513 kiocb->ki_retry = aio_fsync;
H A Dbad_inode.c163 .aio_fsync = bad_file_aio_fsync,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/
H A Daio.c1375 if (file->f_op->aio_fsync)
1376 ret = file->f_op->aio_fsync(iocb, 1);
1380 static ssize_t aio_fsync(struct kiocb *iocb) function
1385 if (file->f_op->aio_fsync)
1386 ret = file->f_op->aio_fsync(iocb, 0);
1507 if (file->f_op->aio_fsync)
1512 if (file->f_op->aio_fsync)
1513 kiocb->ki_retry = aio_fsync;
H A Dbad_inode.c163 .aio_fsync = bad_file_aio_fsync,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/include/
H A Dvfs.h351 int (*aio_fsync)(struct vfs_handle_struct *handle, struct files_struct *fsp, int op, SMB_STRUCT_AIOCB *aiocb); member in struct:vfs_ops::vfs_fn_pointers
469 struct vfs_handle_struct *aio_fsync; member in struct:vfs_ops::vfs_handles_pointers
H A Dvfs_macros.h137 #define SMB_VFS_AIO_FSYNC(fsp,op,aiocb) ((fsp)->conn->vfs.ops.aio_fsync((fsp)->conn->vfs.handles.aio_fsync,(fsp),(op),(aiocb)))
253 #define SMB_VFS_OPAQUE_AIO_FSYNC(fsp,op,aiocb) ((fsp)->conn->vfs_opaque.ops.aio_fsync((fsp)->conn->vfs_opaque.handles.aio_fsync,(fsp),(op),(aiocb)))
370 #define SMB_VFS_NEXT_AIO_FSYNC(handle,fsp,op,aiocb) ((handle)->vfs_next.ops.aio_fsync((handle)->vfs_next.handles.aio_fsync,(fsp),(op),(aiocb)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/include/
H A Dvfs.h351 int (*aio_fsync)(struct vfs_handle_struct *handle, struct files_struct *fsp, int op, SMB_STRUCT_AIOCB *aiocb); member in struct:vfs_ops::vfs_fn_pointers
469 struct vfs_handle_struct *aio_fsync; member in struct:vfs_ops::vfs_handles_pointers
H A Dvfs_macros.h137 #define SMB_VFS_AIO_FSYNC(fsp,op,aiocb) ((fsp)->conn->vfs.ops.aio_fsync((fsp)->conn->vfs.handles.aio_fsync,(fsp),(op),(aiocb)))
253 #define SMB_VFS_OPAQUE_AIO_FSYNC(fsp,op,aiocb) ((fsp)->conn->vfs_opaque.ops.aio_fsync((fsp)->conn->vfs_opaque.handles.aio_fsync,(fsp),(op),(aiocb)))
370 #define SMB_VFS_NEXT_AIO_FSYNC(handle,fsp,op,aiocb) ((handle)->vfs_next.ops.aio_fsync((handle)->vfs_next.handles.aio_fsync,(fsp),(op),(aiocb)))
/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.h351 int (*aio_fsync)(struct vfs_handle_struct *handle, struct files_struct *fsp, int op, SMB_STRUCT_AIOCB *aiocb); member in struct:vfs_ops::vfs_fn_pointers
469 struct vfs_handle_struct *aio_fsync; member in struct:vfs_ops::vfs_handles_pointers
H A Dvfs_macros.h137 #define SMB_VFS_AIO_FSYNC(fsp,op,aiocb) ((fsp)->conn->vfs.ops.aio_fsync((fsp)->conn->vfs.handles.aio_fsync,(fsp),(op),(aiocb)))
253 #define SMB_VFS_OPAQUE_AIO_FSYNC(fsp,op,aiocb) ((fsp)->conn->vfs_opaque.ops.aio_fsync((fsp)->conn->vfs_opaque.handles.aio_fsync,(fsp),(op),(aiocb)))
370 #define SMB_VFS_NEXT_AIO_FSYNC(handle,fsp,op,aiocb) ((handle)->vfs_next.ops.aio_fsync((handle)->vfs_next.handles.aio_fsync,(fsp),(op),(aiocb)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/examples/VFS/
H A Dskel_opaque.c892 .aio_fsync = skel_aio_fsync,
H A Dskel_transparent.c835 .aio_fsync = skel_aio_fsync,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/examples/VFS/
H A Dskel_opaque.c892 .aio_fsync = skel_aio_fsync,
H A Dskel_transparent.c835 .aio_fsync = skel_aio_fsync,
/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_opaque.c892 .aio_fsync = skel_aio_fsync,
H A Dskel_transparent.c835 .aio_fsync = skel_aio_fsync,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/smbd/
H A Dvfs.c1942 VFS_FIND(aio_fsync);
1943 return handle->fns->aio_fsync(handle, fsp, op, aiocb);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/smbd/
H A Dvfs.c1942 VFS_FIND(aio_fsync);
1943 return handle->fns->aio_fsync(handle, fsp, op, aiocb);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/smbd/
H A Dvfs.c1942 VFS_FIND(aio_fsync);
1943 return handle->fns->aio_fsync(handle, fsp, op, aiocb);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/include/
H A Dvfs.h379 int (*aio_fsync)(struct vfs_handle_struct *handle, struct files_struct *fsp, int op, SMB_STRUCT_AIOCB *aiocb); member in struct:vfs_fn_pointers
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/include/
H A Dvfs.h379 int (*aio_fsync)(struct vfs_handle_struct *handle, struct files_struct *fsp, int op, SMB_STRUCT_AIOCB *aiocb); member in struct:vfs_fn_pointers
/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.h379 int (*aio_fsync)(struct vfs_handle_struct *handle, struct files_struct *fsp, int op, SMB_STRUCT_AIOCB *aiocb); member in struct:vfs_fn_pointers
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/
H A Dsystem.c2297 An aio_fsync wrapper that will deal with 64-bit sizes.
2305 return aio_fsync(op, aiocb);
2313 An aio_fsync wrapper that will deal with 64-bit sizes.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Dsystem.c2485 An aio_fsync wrapper that will deal with 64-bit sizes.
2493 return aio_fsync(op, aiocb);
2501 An aio_fsync wrapper that will deal with 64-bit sizes.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/modules/
H A Dvfs_default.c1845 .aio_fsync = vfswrap_aio_fsync,

Completed in 232 milliseconds

12