Searched refs:nfh_fid (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c2704 error = VFS_VPTOFH(mvp, (int*)&nfh.nfh_len, &nfh.nfh_fid[0], NULL);
2838 error = VFS_VPTOFH(mvp, (int*)&nfh.nfh_len, &nfh.nfh_fid[0], NULL);
2991 bzero(&nx->nx_fh.nfh_fid[0], NFSV2_MAX_FID_SIZE);
3027 error = VFS_VPTOFH(xvp, (int*)&nx->nx_fh.nfh_len, &nx->nx_fh.nfh_fid[0], NULL);
3334 bzero(&nfhp->nfh_fid[0], NFSV2_MAX_FID_SIZE);
3353 error = VFS_VPTOFH(vp, (int*)&nfhp->nfh_len, &nfhp->nfh_fid[0], ctx);
H A Dnfs.h407 unsigned char nfh_fid[NFS_MAX_FID_SIZE]; /* File ID */ member in struct:nfs_filehandle
H A Dnfs_syscalls.c483 error = VFS_VPTOFH(vp, (int*)&nfh.nfh_len, &nfh.nfh_fid[0], NULL);
H A Dnfs_serv.c1464 wpp = NWDELAYHASH(slp, nd->nd_fh.nfh_fid);

Completed in 89 milliseconds