FEMU  原版 master 7e238cc
FEMU: Accurate, Scalable and Extensible NVMe SSD Emulator (FAST'18)
nand_block结构体 参考

更多...

#include <ftl.h>

nand_block 的协作图:

成员变量

struct nand_pagepg
 
int npgs
 
int ipc
 
int vpc
 
int erase_cnt
 
int wp
 

详细描述

结构体成员变量说明

◆ erase_cnt

int nand_block::erase_cnt

◆ ipc

int nand_block::ipc

invalid page count

◆ npgs

int nand_block::npgs

◆ pg

struct nand_page* nand_block::pg

◆ vpc

int nand_block::vpc

valid page count

◆ wp

int nand_block::wp

current write pointer


该结构体的文档由以下文件生成: