| 755 | } |
| 756 | |
| 757 | int |
| 758 | vop_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)). */ |
| 765 | int |
nothing calls this directly
no test coverage detected