Searched refs:VFS_VPTOFH (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/bsd/nfs/ |
| H A D | nfs_subs.c | 1693 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 D | nfs_syscalls.c | 392 error = VFS_VPTOFH(vp, (int*)&nfh.nfh_len, &nfh.nfh_fid[0], NULL); in getfh()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | mount.h | 857 extern int VFS_VPTOFH(vnode_t, int *, unsigned char *, vfs_context_t);
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | kpi_vfs.c | 384 VFS_VPTOFH(struct vnode *vp, int *fhlenp, unsigned char *fhp, vfs_context_t ctx) in VFS_VPTOFH() function
|