MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vop_stdfsync

Function vop_stdfsync

freebsd/kern/vfs_default.c:738–748  ·  view source on GitHub ↗
(ap)

Source from the content-addressed store, hash-verified

736}
737
738int
739vop_stdfsync(ap)
740 struct vop_fsync_args /* {
741 struct vnode *a_vp;
742 int a_waitfor;
743 struct thread *a_td;
744 } */ *ap;
745{
746
747 return (vn_fsync_buf(ap->a_vp, ap->a_waitfor));
748}
749
750static int
751vop_stdfdatasync(struct vop_fdatasync_args *ap)

Callers 1

zfs_freebsd_fsyncFunction · 0.85

Calls 1

vn_fsync_bufFunction · 0.85

Tested by

no test coverage detected