OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inodes_count
(Results
1 - 2
of
2
) sorted by null
/external/toybox/toys/
e2fs.h
11
uint32_t
inodes_count
; // Inodes count
member in struct:ext2_superblock
/external/toybox/toys/pending/
mke2fs.c
259
// Set inodes_per_group and total
inodes_count
261
sb->
inodes_count
= SWAP_LE32(TT.inodespg * TT.groups);
Completed in 45 milliseconds