nfsrv_lughash
VNET_DEFINE_STATIC(struct nfsrv_lughash *, nfsuserhash) = NULL;
VNET_DEFINE_STATIC(struct nfsrv_lughash *, nfsusernamehash) = NULL;
VNET_DEFINE_STATIC(struct nfsrv_lughash *, nfsgrouphash) = NULL;
VNET_DEFINE_STATIC(struct nfsrv_lughash *, nfsgroupnamehash) = NULL;
struct nfsrv_lughash *hp;
struct nfsrv_lughash *hp;
struct nfsrv_lughash *hp, *hp2;
struct nfsrv_lughash *hp;
struct nfsrv_lughash *hp, *hp2;
struct nfsrv_lughash *hp_name, *hp_idnum, *thp;
VNET(nfsuserhash) = malloc(sizeof(struct nfsrv_lughash) *
VNET(nfsusernamehash) = malloc(sizeof(struct nfsrv_lughash) *
VNET(nfsgrouphash) = malloc(sizeof(struct nfsrv_lughash) *
VNET(nfsgroupnamehash) = malloc(sizeof(struct nfsrv_lughash) *
struct nfsrv_lughash *hp;
struct nfsrv_lughash *hp, *hp2;