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

/xnu-2422.115.4/bsd/nfs/
H A Dnfs.h655 (&nfsrv_export_hashtbl[NFSRVEXPHASHVAL((FSID),(EXPID)) & nfsrv_export_hash])
656 extern LIST_HEAD(nfsrv_export_hashhead, nfs_export) *nfsrv_export_hashtbl;
H A Dnfs_subs.c2801 if (nfsrv_export_hashtbl) {
2803 FREE(nfsrv_export_hashtbl, M_TEMP);
2804 nfsrv_export_hashtbl = NULL;
2817 if (!nfsrv_export_hashtbl) {
2820 nfsrv_export_hashtbl = hashinit(nfsrv_export_hash_size, M_TEMP, &nfsrv_export_hash);
3214 if (!nfsrv_export_hashtbl)
H A Dnfs_serv.c123 struct nfsrv_export_hashhead *nfsrv_export_hashtbl = NULL; variable in typeref:struct:nfsrv_export_hashhead

Completed in 93 milliseconds