Searched refs:nfsrv_fhmatch (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs.h1374 int nfsrv_fhmatch(struct nfs_filehandle *, struct nfs_filehandle *);
H A Dnfs_serv.c1356 (((o)->nd_eoff >= (n)->nd_off) && nfsrv_fhmatch(&(o)->nd_fh, &(n)->nd_fh))
1467 while (wp && !nfsrv_fhmatch(&nd->nd_fh, &wp->nd_fh)) {
1472 nfsrv_fhmatch(&nd->nd_fh, &wp->nd_fh)) {
H A Dnfs_subs.c3337 if (dnfhp && nfsrv_fhmatch(dnfhp, &nx->nx_fh)) {
3372 nfsrv_fhmatch(struct nfs_filehandle *fh1, struct nfs_filehandle *fh2) function

Completed in 30 milliseconds