#include <routix/device.h>
#include <routix/task.h>
#include <routix/system.h>
#include <sys/list.h>
Go to the source code of this file.
|
Definition at line 36 of file blockcache.h. Referenced by cache_read(). |
|
Definition at line 34 of file blockcache.h. Referenced by cache_read(), endrequest(), and sendrequest(). |
|
Definition at line 38 of file blockcache.h. Referenced by cache_read(), and show_cached_list(). |
|
Definition at line 39 of file blockcache.h. Referenced by cache_read(). |
|
Definition at line 41 of file blockcache.h. Referenced by cache_read(), and endrequest(). |
|
Definition at line 40 of file blockcache.h. Referenced by cache_read(). |
|
Definition at line 35 of file blockcache.h. Referenced by cache_read(), and show_cached_list(). |
|
Definition at line 37 of file blockcache.h. Referenced by cache_read(), getfreeblock(), and show_cached_list(). |
|
Definition at line 51 of file blockcache.h. Referenced by alloc_block(). |
|
Definition at line 63 of file blockcache.h. Referenced by fat_12(), fat_file_find(), fat_root_dir(), and levantar_fat(). |
|
Definition at line 45 of file blockcache.h. Referenced by leer_escribir_new(). |
|
Definition at line 43 of file blockcache.h. |
|
Definition at line 47 of file blockcache.h. Referenced by leer_escribir_new(). |
|
Definition at line 48 of file blockcache.h. Referenced by error(), and leer_escribir_new(). |
|
Definition at line 44 of file blockcache.h. Referenced by leer_escribir_new(). |
|
Definition at line 46 of file blockcache.h. |
|
|
|
|
|
Definition at line 12 of file blockcache.h. |
|
Es la encargada de realizar una lectura desde el cache de bloques y en caso de no poseer dicha solicitud genera la petición al dispositivo correspondiente.
Definition at line 287 of file blockcache.c. Referenced by read(), and sys_read_debug(). |
|
Definition at line 162 of file blockcache.c. Referenced by error(), and leer_escribir_new(). |
|
Definition at line 154 of file blockcache.c. Referenced by floppy_procesar_buffer(). |
|
es la encargada de insertar la solicitud al driver correspondiente
Definition at line 176 of file blockcache.c. Referenced by cache_read(). |
|
Referenced by kmain(). |