OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_array
(Results
1 - 1
of
1
) sorted by null
/external/e2fsprogs/e2fsck/
rehash.c
83
int
max_array
, num_array;
member in struct:fill_dir_struct
170
if (fd->num_array >= fd->
max_array
) {
172
sizeof(struct hash_entry) * (fd->
max_array
+500));
178
fd->
max_array
+= 500;
809
fd.
max_array
= inode.i_size / 32;
810
fd.harray = malloc(fd.
max_array
* sizeof(struct hash_entry));
Completed in 186 milliseconds