Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/nfs/
H A Dnfs_subs.c1707 error = VFS_VPTOFH(mvp, (int*)&nfh.nfh_len, &nfh.nfh_fid[0], NULL); in nfsrv_export()
1859 error = VFS_VPTOFH(mvp, (int*)&nfh.nfh_len, &nfh.nfh_fid[0], NULL); in nfsrv_export()
2023 bzero(&nx->nx_fh.nfh_fid[0], NFSV2_MAX_FID_SIZE); in nfsrv_export()
2056 error = VFS_VPTOFH(xvp, (int*)&nx->nx_fh.nfh_len, &nx->nx_fh.nfh_fid[0], NULL); in nfsrv_export()
2481 bzero(&nfhp->nfh_fid[0], NFSV2_MAX_FID_SIZE); in nfsrv_vptofh()
2503 error = VFS_VPTOFH(vp, (int*)&nfhp->nfh_len, &nfhp->nfh_fid[0], ctx); in nfsrv_vptofh()
H A Dnfs.h476 unsigned char nfh_fid[NFS_MAX_FID_SIZE]; /* File ID */ member
H A Dnfs_syscalls.c357 error = VFS_VPTOFH(vp, (int*)&nfh.nfh_len, &nfh.nfh_fid[0], NULL); in getfh()
H A Dnfs_serv.c1614 wpp = NWDELAYHASH(slp, nd->nd_fh.nfh_fid); in nfsrv_writegather()