OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INOBUFSIZE
(Results
1 - 5
of
5
) sorted by relevancy
/src/sbin/fsck_ext2fs/
fsck.h
63
#define
INOBUFSIZE
128*1024 /* size of buffer to read inodes in pass1 */
inode.c
419
long readcnt, readpercg, fullcnt,
inobufsize
, partialcnt, partialsize;
variable
440
size =
inobufsize
;
460
inobufsize
= ext2_blkroundup(&sblock,
INOBUFSIZE
);
461
fullcnt =
inobufsize
/ EXT2_DINODE_SIZE(&sblock);
469
partialsize =
inobufsize
;
472
(inodebuf = malloc((unsigned int)
inobufsize
)) == NULL)
/src/sbin/fsck_ffs/
fsck.h
52
#define
INOBUFSIZE
56*1024 /* size of buffer to read inodes in pass1 */
inode.c
398
long readcnt, readpercg, fullcnt,
inobufsize
, partialcnt, partialsize;
variable
420
size =
inobufsize
;
454
inobufsize
= ffs_blkroundup(sblock,
INOBUFSIZE
);
455
fullcnt =
inobufsize
/ (is_ufs2 ? DINODE2_SIZE : DINODE1_SIZE);
463
partialsize =
inobufsize
;
466
(inodebuf = aligned_alloc(DEV_BSIZE, (unsigned)
inobufsize
)) == NULL)
/src/usr.sbin/quotacheck/
quotacheck.c
731
static long readcnt, readpercg, fullcnt,
inobufsize
, partialcnt, partialsize;
variable
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)
Completed in 20 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026