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

/freebsd-13-stable/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c607 struct nfsrvhashhead *hp, nfsrc_templist; local
617 LIST_INIT(&nfsrc_templist);
636 LIST_INSERT_HEAD(&nfsrc_templist, rp, rc_hash);
642 * Now, use nfsrc_templist to decide if there is a match.
645 LIST_FOREACH(rp, &nfsrc_templist, rc_hash) {
654 * Note possible hit entry and put nfsrc_templist back on hash
659 hitrp = rp = LIST_FIRST(&nfsrc_templist);
660 while (rp != LIST_END(&nfsrc_templist)) {
666 if (LIST_FIRST(&nfsrc_templist) != LIST_END(&nfsrc_templist))
[all...]

Completed in 105 milliseconds