OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MINBSIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/lib/libsa/
minixfs3.h
96
#define
MINBSIZE
(1 << LOG_MINBSIZE)
/src/sys/ufs/ext2fs/
ext2fs.h
100
*
MINBSIZE
is the smallest allowable block size.
101
*
MINBSIZE
must be big enough to hold a cylinder group block,
102
* thus changes to (struct cg) must keep its size within
MINBSIZE
.
104
* and that both SBSIZE and MAXBSIZE must be >=
MINBSIZE
.
107
#define
MINBSIZE
(1 << LOG_MINBSIZE)
/src/sys/ufs/ffs/
fs.h
133
*
MINBSIZE
is the smallest allowable block size.
135
* 2^32 with only two levels of indirection,
MINBSIZE
is set to 4096.
136
*
MINBSIZE
must be big enough to hold a cylinder group block,
137
* thus changes to (struct cg) must keep its size within
MINBSIZE
.
139
* and that both SBSIZE and MAXBSIZE must be >=
MINBSIZE
.
141
#define
MINBSIZE
4096
Completed in 14 milliseconds
Indexes created Tue Sep 23 21:09:50 GMT 2025