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

/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Daffs.c126 grub_uint32_t target, curblock;
148 for (curblock = node->last_block_cache + 1; curblock <= target; curblock++)
151 node->block_cache[curblock - 1] + data->blocksize - 1,
158 node->block_cache[curblock] = grub_be_to_cpu32 (file.extension);
159 node->last_block_cache = curblock;
124 grub_uint32_t target, curblock; local

Completed in 22 milliseconds