Home
last modified time | relevance | path

Searched refs:VFS_FHTOVP (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Dmount.h856 extern int VFS_FHTOVP(mount_t, int, unsigned char *, vnode_t *, vfs_context_t);
/xnu-12377.61.12/bsd/nfs/
H A Dnfs_subs.c2395 error = VFS_FHTOVP(mp, nxh->nxh_fidlen, fidp, vpp, NULL); in nfsrv_fhtovp()
/xnu-12377.61.12/bsd/vfs/
H A Dkpi_vfs.c366 VFS_FHTOVP(mount_t mp, int fhlen, unsigned char *fhp, vnode_t *vpp, vfs_context_t ctx) in VFS_FHTOVP() function