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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_syscalls.c412 struct nfs_filehandle nfh; local
476 bzero(&nfh, sizeof(nfh));
477 nfh.nfh_xh.nxh_version = htonl(NFS_FH_VERSION);
478 nfh.nfh_xh.nxh_fsid = htonl(nxfs->nxfs_id);
479 nfh.nfh_xh.nxh_expid = htonl(nx->nx_id);
480 nfh.nfh_xh.nxh_flags = 0;
481 nfh.nfh_xh.nxh_reserved = 0;
482 nfh.nfh_len = fidlen;
483 error = VFS_VPTOFH(vp, (int*)&nfh
514 struct nfs_filehandle nfh; local
[all...]
H A Dnfs_serv.c284 struct nfs_filehandle nfh; local
298 nfsm_chain_get_fh_ptr(error, nmreq, NFS_VER3, nfh.nfh_fhp, nfh.nfh_len);
301 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo);
412 struct nfs_filehandle nfh; local
422 nfsm_chain_get_fh_ptr(error, nmreq, nd->nd_vers, nfh.nfh_fhp, nfh.nfh_len);
424 error = nfsrv_fhtovp(&nfh, nd, &vp, &nx, &nxo);
477 struct nfs_filehandle nfh; local
490 nfsm_chain_get_fh_ptr(error, nmreq, nd->nd_vers, nfh
598 struct nfs_filehandle dnfh, nfh; local
696 struct nfs_filehandle nfh; local
823 struct nfs_filehandle nfh; local
1182 struct nfs_filehandle nfh; local
1819 struct nfs_filehandle nfh; local
2150 struct nfs_filehandle nfh; local
2383 struct nfs_filehandle nfh; local
3130 struct nfs_filehandle nfh, dnfh; local
3290 struct nfs_filehandle nfh; local
3509 struct nfs_filehandle nfh; local
3722 struct nfs_filehandle nfh; local
3895 struct nfs_filehandle nfh; local
4116 struct nfs_filehandle dnfh, nfh; local
4361 struct nfs_filehandle nfh; local
4444 struct nfs_filehandle nfh; local
4535 struct nfs_filehandle nfh; local
4624 struct nfs_filehandle nfh; local
[all...]
H A Dnfs_subs.c2679 struct nfs_filehandle nfh; local
2703 nfh.nfh_len = NFSV3_MAX_FID_SIZE;
2704 error = VFS_VPTOFH(mvp, (int*)&nfh.nfh_len, &nfh.nfh_fid[0], NULL);
2706 if (!error && (nfh.nfh_len > (int)NFSV3_MAX_FID_SIZE))
2837 nfh.nfh_len = NFSV3_MAX_FID_SIZE;
2838 error = VFS_VPTOFH(mvp, (int*)&nfh.nfh_len, &nfh.nfh_fid[0], NULL);
2839 if (!error && (nfh.nfh_len > (int)NFSV3_MAX_FID_SIZE))
H A Dnfs_vfsops.c1458 u_char nfh[NFS4_FHSIZE]; local
1536 bcopy(CAST_DOWN(void *, args.fh), (caddr_t)nfh, args.fhsize);
1538 error = copyin(args.fh, (caddr_t)nfh, args.fhsize);
1759 xb_add_fh(error, &xb, &nfh[0], args.fhsize);

Completed in 36 milliseconds