Searched defs:pblk_line (Results 1 – 1 of 1) sorted by relevance
432 struct pblk_line { struct433 struct pblk *pblk;434 unsigned int id; /* Line number corresponds to the437 unsigned int seq_nr; /* Unique line sequence number */439 int state; /* PBLK_LINESTATE_X */440 int type; /* PBLK_LINETYPE_X */441 int gc_group; /* PBLK_LINEGC_X */442 struct list_head list; /* Free, GC lists */444 unsigned long *lun_bitmap; /* Bitmap for LUNs mapped in line */446 struct nvm_chk_meta *chks; /* Chunks forming line */[all …]