OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INOBUFSIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/sbin/fsck_ext2fs/
fsck.h
63
#define
INOBUFSIZE
128*1024 /* size of buffer to read inodes in pass1 */
/src/usr.sbin/quotacheck/
quotacheck.c
731
static long readcnt, readpercg, fullcnt,
inobufsize
, partialcnt, partialsize;
variable in typeref:typename:long
733
#define
INOBUFSIZE
56*1024 /* size of buffer to read inodes */
755
size =
inobufsize
;
789
inobufsize
= ffs_blkroundup(&sblock,
INOBUFSIZE
);
790
fullcnt =
inobufsize
/ (is_ufs2 ? DINODE2_SIZE : DINODE1_SIZE);
798
partialsize =
inobufsize
;
801
(inodebuf = malloc((unsigned)
inobufsize
)) == NULL)
/src/sbin/fsck_ffs/
fsck.h
52
#define
INOBUFSIZE
56*1024 /* size of buffer to read inodes in pass1 */
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025