Lines Matching defs:meta
130 struct nvm_chk_meta *meta;
137 len = geo->all_chunks * sizeof(*meta);
138 meta = vzalloc(len);
139 if (!meta)
142 ret = nvm_get_chunk_meta(dev, ppa, geo->all_chunks, meta);
144 vfree(meta);
148 return meta;
152 struct nvm_chk_meta *meta,
161 return meta + ch_off + lun_off + chk_off;
739 struct pblk_sec_meta *meta = pblk_get_meta(pblk,
743 meta->lba = lba_list[paddr] = addr_empty;
1486 pblk_err(pblk, "sync meta line %d failed (%d)\n",
2143 /* We need to fill oob meta buffer with data from packed metadata */