Searched refs:nfh_fid (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.101.15/bsd/nfs/ |
| H A D | nfs_subs.c | 1692 error = VFS_VPTOFH(mvp, (int*)&nfh.nfh_len, &nfh.nfh_fid[0], NULL); in nfsrv_export() 1835 error = VFS_VPTOFH(mvp, (int*)&nfh.nfh_len, &nfh.nfh_fid[0], NULL); in nfsrv_export() 1999 bzero(&nx->nx_fh.nfh_fid[0], NFSV2_MAX_FID_SIZE); in nfsrv_export() 2032 error = VFS_VPTOFH(xvp, (int*)&nx->nx_fh.nfh_len, &nx->nx_fh.nfh_fid[0], NULL); in nfsrv_export() 2457 bzero(&nfhp->nfh_fid[0], NFSV2_MAX_FID_SIZE); in nfsrv_vptofh() 2479 error = VFS_VPTOFH(vp, (int*)&nfhp->nfh_len, &nfhp->nfh_fid[0], ctx); in nfsrv_vptofh()
|
| H A D | nfs.h | 481 unsigned char nfh_fid[NFS_MAX_FID_SIZE]; /* File ID */ member
|
| H A D | nfs_syscalls.c | 390 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()
|