Searched refs:max_block (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dbrel_ma.c42 blk64_t max_block; member in struct:brel_ma
46 errcode_t ext2fs_brel_memarray_create(char *name, blk64_t max_block, argument
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) || (ne
[all...]
H A Dbrel.h76 errcode_t ext2fs_brel_memarray_create(char *name, blk64_t max_block,

Completed in 994 milliseconds