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