Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/nfs/
H A Dnfs.h1112 int nfsrv_fhmatch(struct nfs_filehandle *, struct nfs_filehandle *);
H A Dnfs_subs.c2485 if (dnfhp && nfsrv_fhmatch(dnfhp, &nx->nx_fh)) { in nfsrv_vptofh()
2525 nfsrv_fhmatch(struct nfs_filehandle *fh1, struct nfs_filehandle *fh2) in nfsrv_fhmatch() function
H A Dnfs_serv.c1504 (((o)->nd_eoff >= (n)->nd_off) && nfsrv_fhmatch(&(o)->nd_fh, &(n)->nd_fh))
1617 while (wp && !nfsrv_fhmatch(&nd->nd_fh, &wp->nd_fh)) { in nfsrv_writegather()
1622 nfsrv_fhmatch(&nd->nd_fh, &wp->nd_fh)) { in nfsrv_writegather()