Searched refs:nfsrv_export_hash_size (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_subs.c | 3236 if (nfsrv_export_hash_size <= 0) { in nfsrv_export() 3237 nfsrv_export_hash_size = NFSRVEXPHASHSZ; in nfsrv_export() 3239 nfsrv_export_hashtbl = hashinit(nfsrv_export_hash_size, M_TEMP, &nfsrv_export_hash); in nfsrv_export()
|
| H A D | nfs.h | 743 extern int nfsrv_async, nfsrv_export_hash_size,
|
| H A D | nfs_syscalls.c | 200 …s_server, OID_AUTO, export_hash_size, CTLFLAG_RW | CTLFLAG_LOCKED, &nfsrv_export_hash_size, 0, "");
|
| H A D | nfs_serv.c | 134 int nfsrv_export_hash_size = NFSRVEXPHASHSZ; variable
|