Flash Translation Layer
1.0
|
Macros | |
#define | ZBD_FILE_NAME "/dev/nvme0n2" |
#define | WRITE_PAGE_SIZE(x) (device_get_pages_per_segment(x) * 5) |
Functions | |
void | setUp (void) |
void | tearDown (void) |
void | test_open (void) |
void | test_full_write (void) |
void | test_overwrite (void) |
void | test_erase (void) |
static void | end_rq (struct device_request *request) |
void | test_end_rq_works (void) |
int | main (void) |
Variables | |
struct device * | dev |
#define WRITE_PAGE_SIZE | ( | x | ) | (device_get_pages_per_segment(x) * 5) |
#define ZBD_FILE_NAME "/dev/nvme0n2" |
|
static |
int main | ( | void | ) |
void setUp | ( | void | ) |
void tearDown | ( | void | ) |
void test_end_rq_works | ( | void | ) |
< note that all I/O functions run synchronously
void test_erase | ( | void | ) |
< note that all I/O functions run synchronously
void test_full_write | ( | void | ) |
< note that all I/O functions run synchronously
void test_open | ( | void | ) |
void test_overwrite | ( | void | ) |
< note that all I/O functions run synchronously
struct device* dev |