Searched refs:vfs_fhtovp (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/bsd/miscfs/devfs/ |
| H A D | devfs_vfsops.c | 511 .vfs_fhtovp = devfs_fhtovp,
|
| /xnu-12377.41.6/bsd/miscfs/routefs/ |
| H A D | routefs_ops.c | 485 .vfs_fhtovp = routefs_fhtovp,
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | mount.h | 694 int (*vfs_fhtovp)(struct mount *mp, int fhlen, unsigned char *fhp, struct vnode **vpp, member
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | kpi_vfs.c | 370 if ((mp == dead_mountp) || (mp->mnt_op->vfs_fhtovp == 0)) { in VFS_FHTOVP() 378 error = (*mp->mnt_op->vfs_fhtovp)(mp, fhlen, fhp, vpp, ctx); in VFS_FHTOVP()
|