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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c247 static int rtablehash(nfs_fhandle *);
2288 index = rtablehash(&nfh);
2345 index = rtablehash((nfs_fhandle *)fh);
2388 index = rtablehash((nfs_fhandle *)fh);
2421 * Read this comment before making changes to rtablehash()!
2426 * rtablehash() implements Jenkins' one-at-a-time hash algorithm. The
2438 rtablehash(nfs_fhandle *fh) function
4383 index = rtablehash(&mi->mi_curr_serv->sv_fhandle);
4394 index = rtablehash(&rp->r_fh);

Completed in 53 milliseconds