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

/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dhfs.c187 static int cache_pos = 0;
195 if (cache && cache_file == file && block > cache_pos)
197 pos = cache_pos;
219 cache_pos = pos;
186 static int cache_pos = 0; local

Completed in 23 milliseconds