Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfs_subs.c3170 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 Dnfs.h475 unsigned char nfh_fid[NFS_MAX_FID_SIZE]; /* File ID */ member
H A Dnfs_syscalls.c640 error = VFS_VPTOFH(vp, (int*)&nfh.nfh_len, &nfh.nfh_fid[0], NULL); in getfh()
H A Dnfs_serv.c1624 wpp = NWDELAYHASH(slp, nd->nd_fh.nfh_fid); in nfsrv_writegather()