Home
last modified time | relevance | path

Searched refs:VFS_VPTOFH (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/nfs/
H A Dnfs_subs.c1693 error = VFS_VPTOFH(mvp, (int*)&nfh.nfh_len, &nfh.nfh_fid[0], NULL); in nfsrv_export()
1836 error = VFS_VPTOFH(mvp, (int*)&nfh.nfh_len, &nfh.nfh_fid[0], NULL); in nfsrv_export()
2033 error = VFS_VPTOFH(xvp, (int*)&nx->nx_fh.nfh_len, &nx->nx_fh.nfh_fid[0], NULL); in nfsrv_export()
2480 error = VFS_VPTOFH(vp, (int*)&nfhp->nfh_len, &nfhp->nfh_fid[0], ctx); in nfsrv_vptofh()
H A Dnfs_syscalls.c392 error = VFS_VPTOFH(vp, (int*)&nfh.nfh_len, &nfh.nfh_fid[0], NULL); in getfh()
/xnu-12377.41.6/bsd/sys/
H A Dmount.h857 extern int VFS_VPTOFH(vnode_t, int *, unsigned char *, vfs_context_t);
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c384 VFS_VPTOFH(struct vnode *vp, int *fhlenp, unsigned char *fhp, vfs_context_t ctx) in VFS_VPTOFH() function