OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inodesize
(Results
1 - 1
of
1
) sorted by relevancy
/src/sbin/newfs_ext2fs/
newfs_ext2fs.c
108
uint16_t
inodesize
= EXT2_REV0_DINODE_SIZE; /* inode size */
variable in typeref:typename:uint16_t
142
inodesize
= (uint16_t)strtol(optarg, &s1, 0);
143
if (*s1 || (
inodesize
!= 128 &&
inodesize
!= 256))
145
"(only 128 and 256 supported)",
inodesize
);
460
"\t-D
inodesize
\tsize of an inode in bytes (128 or 256)\n"
Completed in 11 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025