OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_block
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/ext2fs/
brel_ma.c
42
blk64_t
max_block
;
member in struct:brel_ma
46
errcode_t ext2fs_brel_memarray_create(char *name, blk64_t
max_block
,
77
(
max_block
+1));
78
retval = ext2fs_get_array(
max_block
+1,
83
ma->
max_block
=
max_block
;
110
if (old > ma->
max_block
)
122
if (old > ma->
max_block
)
142
while (++brel->current < ma->
max_block
) {
158
if ((old > ma->
max_block
) || (new > ma->max_block)
[
all
...]
brel.h
76
errcode_t ext2fs_brel_memarray_create(char *name, blk64_t
max_block
,
Completed in 53 milliseconds