fsop_sync
extern int fsop_sync(vfs_t *, short, cred_t *);
#define VFS_SYNC(vfsp, flag, cr) fsop_sync(vfsp, flag, cr)