Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/miscfs/devfs/ !
H A Ddevfs_vfsops.c511 .vfs_fhtovp = devfs_fhtovp,
/xnu-11417.140.69/bsd/miscfs/routefs/ !
H A Droutefs_ops.c485 .vfs_fhtovp = routefs_fhtovp,
/xnu-11417.140.69/bsd/sys/ !
H A Dmount.h693 int (*vfs_fhtovp)(struct mount *mp, int fhlen, unsigned char *fhp, struct vnode **vpp, member
/xnu-11417.140.69/bsd/vfs/ !
H A Dkpi_vfs.c369 if ((mp == dead_mountp) || (mp->mnt_op->vfs_fhtovp == 0)) { in VFS_FHTOVP()
377 error = (*mp->mnt_op->vfs_fhtovp)(mp, fhlen, fhp, vpp, ctx); in VFS_FHTOVP()