Functions

src/ftlsimple.c File Reference

#include "types.h"
#include "debug.h"
#include "nand.h"
#include "stat.h"
#include "vmbitmap.h"
#include "map.h"
#include "ftl.h"
Include dependency graph for ftlsimple.c:

Go to the source code of this file.

Functions

_t_size ftl_read (_t_sect lsn, _t_size size)
_t_size ftl_write (_t_sect lsn, _t_size size)
static void warm_all (_u32 blknum)
void ftl_close ()
int ftl_open ()

Function Documentation

void ftl_close (  ) 

Definition at line 102 of file ftlsimple.c.

Here is the call graph for this function:

Here is the caller graph for this function:

int ftl_open (  ) 

Definition at line 112 of file ftlsimple.c.

Here is the call graph for this function:

Here is the caller graph for this function:

_t_size ftl_read ( _t_sect  lsn,
_t_size  size 
)

Definition at line 15 of file ftlsimple.c.

Here is the call graph for this function:

_t_size ftl_write ( _t_sect  lsn,
_t_size  size 
)

Definition at line 37 of file ftlsimple.c.

Here is the call graph for this function:

static void warm_all ( _u32  blknum  )  [static]

Definition at line 79 of file ftlsimple.c.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines