Searched refs:nfh_fid (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_subs.c | 3170 error = VFS_VPTOFH(mvp, (int*)&nfh.nfh_len, &nfh.nfh_fid[0], NULL); in nfsrv_export() 3322 error = VFS_VPTOFH(mvp, (int*)&nfh.nfh_len, &nfh.nfh_fid[0], NULL); in nfsrv_export() 3486 bzero(&nx->nx_fh.nfh_fid[0], NFSV2_MAX_FID_SIZE); in nfsrv_export() 3519 error = VFS_VPTOFH(xvp, (int*)&nx->nx_fh.nfh_len, &nx->nx_fh.nfh_fid[0], NULL); in nfsrv_export() 3944 bzero(&nfhp->nfh_fid[0], NFSV2_MAX_FID_SIZE); in nfsrv_vptofh() 3966 error = VFS_VPTOFH(vp, (int*)&nfhp->nfh_len, &nfhp->nfh_fid[0], ctx); in nfsrv_vptofh()
|
| H A D | nfs.h | 475 unsigned char nfh_fid[NFS_MAX_FID_SIZE]; /* File ID */ member
|
| H A D | nfs_syscalls.c | 640 error = VFS_VPTOFH(vp, (int*)&nfh.nfh_len, &nfh.nfh_fid[0], NULL); in getfh()
|
| H A D | nfs_serv.c | 1624 wpp = NWDELAYHASH(slp, nd->nd_fh.nfh_fid); in nfsrv_writegather()
|