Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/nfs/
H A Dnfs_subs.c1692 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 Dnfs.h481 unsigned char nfh_fid[NFS_MAX_FID_SIZE]; /* File ID */ member
H A Dnfs_syscalls.c390 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()