Searched defs:pblk_line (Results 1 – 2 of 2) 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 …]
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 …]