Searched refs:vfs_fhtovp (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.140.69/bsd/miscfs/devfs/ ! |
| H A D | devfs_vfsops.c | 511 .vfs_fhtovp = devfs_fhtovp,
|
| /xnu-11417.140.69/bsd/miscfs/routefs/ ! |
| H A D | routefs_ops.c | 485 .vfs_fhtovp = routefs_fhtovp,
|
| /xnu-11417.140.69/bsd/sys/ ! |
| H A D | mount.h | 693 int (*vfs_fhtovp)(struct mount *mp, int fhlen, unsigned char *fhp, struct vnode **vpp, member
|
| /xnu-11417.140.69/bsd/vfs/ ! |
| H A D | kpi_vfs.c | 369 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()
|