|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "btrfs_drv.h"
Go to the source code of this file.
Functions | |
| static BOOLEAN __stdcall | acquire_for_lazy_write (PVOID Context, BOOLEAN Wait) |
| static void __stdcall | release_from_lazy_write (PVOID Context) |
| static BOOLEAN __stdcall | acquire_for_read_ahead (PVOID Context, BOOLEAN Wait) |
| static void __stdcall | release_from_read_ahead (PVOID Context) |
| void | init_cache () |
Variables | |
| CACHE_MANAGER_CALLBACKS | cache_callbacks |
Definition at line 22 of file cache.c.
Referenced by init_cache().
Definition at line 59 of file cache.c.
Referenced by init_cache().
| void init_cache | ( | ) |
Definition at line 85 of file cache.c.
Referenced by _Function_class_().
| CACHE_MANAGER_CALLBACKS cache_callbacks |
Definition at line 20 of file cache.c.
Referenced by init_cache(), init_file_cache(), and mount_vol().