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

/freebsd-10.1-release/sys/fs/nfs/
H A Dnfsrvstate.h269 LIST_ENTRY(nfsusrgrp) lug_namehash; /* and by name */ member in struct:nfsusrgrp
H A Dnfs_commonsubs.c2712 LIST_FOREACH(usrp, NFSUSERNAMEHASH(str, len), lug_namehash) {
2920 LIST_FOREACH(usrp, NFSGROUPNAMEHASH(str, len), lug_namehash) {
3171 LIST_FOREACH_SAFE(usrp, hp, lug_namehash, nusrp) {
3187 LIST_FOREACH_SAFE(usrp, hp, lug_namehash, nusrp) {
3215 newusrp->lug_namelen), newusrp, lug_namehash);
3223 newusrp->lug_namelen), newusrp, lug_namehash);
3243 LIST_REMOVE(usrp, lug_namehash);

Completed in 97 milliseconds