Home
last modified time | relevance | path

Searched refs:_read_ahead (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dfatfs.cpp482 _read_ahead = (_Caches+1) / 2; in reset_cache()
582 if (anz > _read_ahead) in read_cache()
583 anz = _read_ahead; in read_cache()
H A Dfatfs.h251 int _read_ahead; member