Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/nfs/
H A Dnfs_subs.c1739 if (nfsrv_export_hashtbl) { in nfsrv_export()
1741 hashdestroy(nfsrv_export_hashtbl, M_TEMP, nfsrv_export_hash); in nfsrv_export()
1743 nfsrv_export_hashtbl = NULL; in nfsrv_export()
1757 if (!nfsrv_export_hashtbl) { in nfsrv_export()
1761 nfsrv_export_hashtbl = hashinit(nfsrv_export_hash_size, M_TEMP, &nfsrv_export_hash); in nfsrv_export()
2214 if (!nfsrv_export_hashtbl) { in nfsrv_fhtoexport()
H A Dnfs.h722 (&nfsrv_export_hashtbl[NFSRVEXPHASHVAL((FSID),(EXPID)) & nfsrv_export_hash])
723 extern LIST_HEAD(nfsrv_export_hashhead, nfs_export) * nfsrv_export_hashtbl;
H A Dnfs_serv.c133 struct nfsrv_export_hashhead *nfsrv_export_hashtbl = NULL; variable