Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/nfs/
H A Dnfs.h726 (&nfsrv_export_hashtbl[NFSRVEXPHASHVAL((FSID),(EXPID)) & nfsrv_export_hash])
728 extern u_long nfsrv_export_hash;
H A Dnfs_subs.c1741 hashdestroy(nfsrv_export_hashtbl, M_TEMP, nfsrv_export_hash); in nfsrv_export()
1742 nfsrv_export_hash = 0; in nfsrv_export()
1761 nfsrv_export_hashtbl = hashinit(nfsrv_export_hash_size, M_TEMP, &nfsrv_export_hash); in nfsrv_export()
H A Dnfs_serv.c135 u_long nfsrv_export_hash; variable