Home
last modified time | relevance | path

Searched refs:vfs_vptofh (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c512 .vfs_vptofh = devfs_vptofh,
/xnu-12377.41.6/bsd/miscfs/routefs/
H A Droutefs_ops.c486 .vfs_vptofh = routefs_vptofh,
/xnu-12377.41.6/bsd/sys/
H A Dmount.h706 int (*vfs_vptofh)(struct vnode *vp, int *fhlen, unsigned char *fhp, vfs_context_t context); member
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c388 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()