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

Function vop_stdfdatasync_buf

freebsd/kern/vfs_default.c:757–762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755}
756
757int
758vop_stdfdatasync_buf(struct vop_fdatasync_args *ap)
759{
760
761 return (vn_fsync_buf(ap->a_vp, MNT_WAIT));
762}
763
764/* XXX Needs good comment and more info in the manpage (VOP_GETPAGES(9)). */
765int

Callers

nothing calls this directly

Calls 1

vn_fsync_bufFunction · 0.85

Tested by

no test coverage detected