Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/nfs/
H A Dnfs_subs.c2527 struct nfs_exphandle *nxh1, *nxh2; in nfsrv_fhmatch() local
2531 nxh2 = (struct nfs_exphandle *)fh2->nfh_fhp; in nfsrv_fhmatch()
2533 len2 = sizeof(fh2->nfh_xh) + nxh2->nxh_fidlen; in nfsrv_fhmatch()
2537 if (bcmp(nxh1, nxh2, len1)) { in nfsrv_fhmatch()