Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/nfs/
H A Dnfs_subs.c2504 struct nfs_exphandle *nxh1, *nxh2; in nfsrv_fhmatch() local
2507 nxh1 = (struct nfs_exphandle *)fh1->nfh_fhp; in nfsrv_fhmatch()
2509 len1 = sizeof(fh1->nfh_xh) + nxh1->nxh_fidlen; in nfsrv_fhmatch()
2514 if (bcmp(nxh1, nxh2, len1)) { in nfsrv_fhmatch()