Searched refs:VFS_FHTOVP (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/bsd/sys/ |
| H A D | mount.h | 856 extern int VFS_FHTOVP(mount_t, int, unsigned char *, vnode_t *, vfs_context_t);
|
| /xnu-12377.61.12/bsd/nfs/ |
| H A D | nfs_subs.c | 2395 error = VFS_FHTOVP(mp, nxh->nxh_fidlen, fidp, vpp, NULL); in nfsrv_fhtovp()
|
| /xnu-12377.61.12/bsd/vfs/ |
| H A D | kpi_vfs.c | 366 VFS_FHTOVP(mount_t mp, int fhlen, unsigned char *fhp, vnode_t *vpp, vfs_context_t ctx) in VFS_FHTOVP() function
|