Searched defs:pblk_line (Results 1 – 1 of 1) sorted by relevance
435 struct pblk_line { struct436 struct pblk *pblk;437 unsigned int id; /* Line number corresponds to the440 unsigned int seq_nr; /* Unique line sequence number */442 int state; /* PBLK_LINESTATE_X */443 int type; /* PBLK_LINETYPE_X */444 int gc_group; /* PBLK_LINEGC_X */445 struct list_head list; /* Free, GC lists */447 unsigned long *lun_bitmap; /* Bitmap for LUNs mapped in line */449 struct nvm_chk_meta *chks; /* Chunks forming line */[all …]