Home
last modified time | relevance | path

Searched refs:fsync_send_fn (Results 1 – 14 of 14) sorted by relevance

/dports/net/samba412/samba-4.12.15/source3/modules/
H A Dvfs_io_uring.c795 .fsync_send_fn = vfs_io_uring_fsync_send,
H A Dvfs_aio_fork.c926 .fsync_send_fn = aio_fork_fsync_send,
H A Dvfs_not_implemented.c1091 .fsync_send_fn = vfs_not_implemented_fsync_send,
H A Dvfs_ceph.c1471 .fsync_send_fn = cephwrap_fsync_send,
H A Dvfs_streams_xattr.c1738 .fsync_send_fn = streams_xattr_fsync_send,
H A Dvfs_glusterfs.c2185 .fsync_send_fn = vfs_gluster_fsync_send,
H A Dvfs_catia.c2466 .fsync_send_fn = catia_fsync_send,
H A Dvfs_full_audit.c3014 .fsync_send_fn = smb_full_audit_fsync_send,
H A Dvfs_time_audit.c2887 .fsync_send_fn = smb_time_audit_fsync_send,
H A Dvfs_default.c3688 .fsync_send_fn = vfswrap_fsync_send,
/dports/net/samba412/samba-4.12.15/examples/VFS/
H A Dskel_opaque.c1086 .fsync_send_fn = skel_fsync_send,
H A Dskel_transparent.c1393 .fsync_send_fn = skel_fsync_send,
/dports/net/samba412/samba-4.12.15/source3/include/
H A Dvfs.h795 struct tevent_req *(*fsync_send_fn)(struct vfs_handle_struct *handle, member
/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dvfs.c2028 subreq = handle->fns->fsync_send_fn(handle, state, ev, fsp); in smb_vfs_call_fsync_send()