vfs_vptofh
if (vfsops->vfs_vptofh == NULL) {
vfsops->vfs_vptofh = vfs_stdvptofh;
error = (vp->v_mount->mnt_op->vfs_vptofh)(vp, fhp);
int vfs_vptofh(struct vnode *vp, struct fid *fhp);
vfs_vptofh_t *vfs_vptofh;
vfs_vptofh(VP, FIDP)
.vfs_vptofh = devfs_vfs_vptofh,
.vfs_vptofh = dirfs_vptofh,
.vfs_vptofh = ext2_vptofh,
.vfs_vptofh = hammer_vfs_vptofh,
.vfs_vptofh = hammer2_vfs_vptofh,
.vfs_vptofh = hpfs_vptofh,
.vfs_vptofh = cd9660_vptofh,
.vfs_vptofh = ffs_vptofh,
.vfs_vptofh = msdosfs_vptofh,
.vfs_vptofh = ntfs_vptofh,
.vfs_vptofh = nullfs_vptofh,
.vfs_vptofh = tmpfs_vptofh,
.vfs_vptofh = udf_vptofh
.vfs_vptofh = ffs_vptofh,