vfs_getops
return (vfs_getops(vfsp) == vfsops);
return (vfs_getops(vfsp)->vfs_sync != fs_sync);
if (vfs_matchops(dvp->v_vfsp, vfs_getops(mvp->v_vfsp))) {
vfs_getops(newvp->v_vfsp));
vfs_matchops(vfsp, vfs_getops(curvp->v_vfsp))) {
vswp = vfs_getvfsswbyvfsops(vfs_getops(vfsp));
if ((vswp = vfs_getvfsswbyvfsops(vfs_getops(rootvfs))) == NULL)
if (vfs_getops(vfsp) == ops) {
return (vfs_getops(vfsp) == vfsops);
return (vfs_getops(vfsp)->vfs_sync != fs_sync);
if ((vswp = vfs_getvfsswbyvfsops(vfs_getops(rootvfs))) != NULL) {
vswp = vfs_getvfsswbyvfsops(vfs_getops(rvp->v_vfsp));
vfsops_t *vfs_getops(vfs_t *vfsp);