HomeSort by relevance Sort by last modified time
    Searched defs:max_block (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/ext2fs/
brel_ma.c 43 blk64_t max_block; member in struct:brel_ma
47 errcode_t ext2fs_brel_memarray_create(char *name, blk64_t max_block,
78 (max_block+1));
79 retval = ext2fs_get_array(max_block+1,
84 ma->max_block = max_block;
111 if (old > ma->max_block)
123 if (old > ma->max_block)
143 while (++brel->current < ma->max_block) {
159 if ((old > ma->max_block) || (new > ma->max_block)
    [all...]
  /external/ltp/testcases/kernel/syscalls/fsync/
fsync02.c 81 int ret, max_block = 0; local
96 while (max_block <= data_blocks) {
98 max_block = random_number % max_blks;
103 offset = i * ((BLOCKSIZE * max_block) / data_blocks);
136 "max_block: %d; data_blocks: %d",
137 time_delta, max_block, data_blocks);

Completed in 177 milliseconds