OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SMALL_FSSIZE
(Results
1 - 4
of
4
) sorted by relevancy
/src/sbin/newfs_lfs/
config.h
73
#define
SMALL_FSSIZE
65536 /* sectors */
/src/sbin/fsck_ext2fs/
setup.c
95
* For file systems smaller than
SMALL_FSSIZE
we use the S_DFL_* defaults,
99
#define
SMALL_FSSIZE
((4 * 1024 * 1024) / secsize) /* 4MB */
517
if (dkw.dkw_size < (uint64_t)
SMALL_FSSIZE
)
/src/sbin/newfs_ext2fs/
newfs_ext2fs.c
78
* For file systems smaller than
SMALL_FSSIZE
we use the S_DFL_* defaults,
82
#define
SMALL_FSSIZE
((4 * 1024 * 1024) / sectorsize) /* 4MB */
368
if (fssize <
SMALL_FSSIZE
)
385
if (fssize <
SMALL_FSSIZE
)
/src/sbin/newfs/
newfs.c
159
* For file systems smaller than
SMALL_FSSIZE
we use the S_DFL_* defaults,
164
#define
SMALL_FSSIZE
(20*1024*2)
652
if (fssize <
SMALL_FSSIZE
)
Completed in 15 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025