fs_sync
(fs_generic_func_p) fs_sync,
(fs_generic_func_p) fs_sync, /* No errors allowed */
return (vfs_getops(vfsp)->vfs_sync != fs_sync);
VFSNAME_SYNC, { .vfs_sync = fs_sync },
extern int fs_sync(struct vfs *, short, cred_t *);
(fs_generic_func_p) fs_sync,
(fs_generic_func_p) fs_sync }, /* No errors allowed */
return (vfs_getops(vfsp)->vfs_sync != fs_sync);