OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NFS_DIRBLKSIZ
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/nfs/
nfs.h
126
*
NFS_DIRBLKSIZ
is the size of buffers in the buffer cache used for
133
#define
NFS_DIRBLKSIZ
8192 /* Must be a multiple of DIRBLKSIZ */
140
* is the maximum number of entries that fits in
NFS_DIRBLKSIZ
.
141
* For
NFS_DIRBLKSIZ
= 512, this would be 512 / 14 = 36.
143
#define NFS_MAXDIRCACHE (
NFS_DIRBLKSIZ
/ 14)
/src/sys/fs/nfs/common/
nfsport.h
947
* MUST BE in the range of PAGE_SIZE <=
NFS_DIRBLKSIZ
<= MAXBSIZE!!
949
#define
NFS_DIRBLKSIZ
(16 * DIRBLKSIZ) /* Must be a multiple of DIRBLKSIZ */
Completed in 12 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025