OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_header_size
(Results
1 - 1
of
1
) sorted by null
/system/extras/ext4_utils/
ext4_utils.c
177
u32
last_header_size
= 2 + aux_info.inode_table_blocks;
local
179
last_header_size
+= 1 + aux_info.bg_desc_blocks +
181
if (last_group_size > 0 && last_group_size <
last_header_size
) {
Completed in 269 milliseconds