Searched refs:nfsrv_export_hash_size (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs.h675 __private_extern__ int nfsrv_async, nfsrv_export_hash_size, variable
H A Dnfs_syscalls.c180 SYSCTL_INT(_vfs_generic_nfs_server, OID_AUTO, export_hash_size, CTLFLAG_RW | CTLFLAG_LOCKED, &nfsrv_export_hash_size, 0, "");
H A Dnfs_subs.c2765 if (nfsrv_export_hash_size <= 0)
2766 nfsrv_export_hash_size = NFSRVEXPHASHSZ;
2767 nfsrv_export_hashtbl = hashinit(nfsrv_export_hash_size, M_TEMP, &nfsrv_export_hash);
H A Dnfs_serv.c124 int nfsrv_export_hash_size = NFSRVEXPHASHSZ; variable

Completed in 42 milliseconds