fsop_syncfs
extern int fsop_syncfs(vfs_t *, uint64_t, cred_t *);
#define VFS_SYNCFS(vfsp, flag, cr) fsop_syncfs(vfsp, flag, cr)