Searched refs:vfs_vptofh (Results 1 – 4 of 4) sorted by relevance
512 .vfs_vptofh = devfs_vptofh,
486 .vfs_vptofh = routefs_vptofh,
706 int (*vfs_vptofh)(struct vnode *vp, int *fhlen, unsigned char *fhp, vfs_context_t context); member
388 if ((vp->v_mount == dead_mountp) || (vp->v_mount->mnt_op->vfs_vptofh == 0)) { in VFS_VPTOFH()396 error = (*vp->v_mount->mnt_op->vfs_vptofh)(vp, fhlenp, fhp, ctx); in VFS_VPTOFH()