Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/nfs/
H A Dnfs_subs.c2503 struct nfs_exphandle *nxh1, *nxh2; in nfsrv_fhmatch() local
2507 nxh2 = (struct nfs_exphandle *)fh2->nfh_fhp; in nfsrv_fhmatch()
2509 len2 = sizeof(fh2->nfh_xh) + nxh2->nxh_fidlen; in nfsrv_fhmatch()
2513 if (bcmp(nxh1, nxh2, len1)) { in nfsrv_fhmatch()