OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MINBUFS
(Results
1 - 4
of
4
) sorted by relevancy
/src/sbin/fsck_ext2fs/
fsck.h
99
#define
MINBUFS
5 /* minimum number of buffers required */
utilities.c
155
if (bufcnt <
MINBUFS
)
156
bufcnt =
MINBUFS
;
163
if (i >=
MINBUFS
)
/src/sbin/fsck_ffs/
fsck.h
141
#define
MINBUFS
5 /* minimum number of buffers required */
utilities.c
152
if (bufcnt <
MINBUFS
)
153
bufcnt =
MINBUFS
;
158
if (i >=
MINBUFS
) {
Completed in 12 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025