Lines Matching defs:emeta
869 * emeta depends on the number of LUNs allocated to the pblk instance
888 /* emeta allocates three different buffers for managing metadata with
892 struct pblk_emeta *emeta;
894 emeta = kmalloc(sizeof(struct pblk_emeta), GFP_KERNEL);
895 if (!emeta)
898 emeta->buf = kvmalloc(lm->emeta_len[0], GFP_KERNEL);
899 if (!emeta->buf) {
900 kfree(emeta);
904 emeta->nr_entries = lm->emeta_sec[0];
905 l_mg->eline_meta[i] = emeta;
969 /* Calculate necessary pages for emeta. See comment over struct