Searched refs:nfsrv_export_hash_size (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_subs.c | 3237 if (nfsrv_export_hash_size <= 0) { in nfsrv_export() 3238 nfsrv_export_hash_size = NFSRVEXPHASHSZ; in nfsrv_export() 3240 nfsrv_export_hashtbl = hashinit(nfsrv_export_hash_size, M_TEMP, &nfsrv_export_hash); in nfsrv_export()
|
| H A D | nfs.h | 744 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 | 133 int nfsrv_export_hash_size = NFSRVEXPHASHSZ; variable
|