leb               267 drivers/mtd/nand/raw/marvell_nand.c #define MARVELL_LAYOUT(ws, dc, ds, nc, fcc, db, sb, eb, ldb, lsb, leb)	\
leb               279 drivers/mtd/nand/raw/marvell_nand.c 		.last_ecc_bytes = leb,					\
leb               186 drivers/mtd/ubi/block.c 	int ret, leb, offset, bytes_left, to_read;
leb               196 drivers/mtd/ubi/block.c 	leb = pos;
leb               207 drivers/mtd/ubi/block.c 		ret = ubi_read_sg(dev->desc, leb, &pdu->usgl, offset, to_read);
leb               213 drivers/mtd/ubi/block.c 		leb += 1;
leb               368 drivers/mtd/ubi/vtbl.c 	struct ubi_vtbl_record *leb[UBI_LAYOUT_VOLUME_EBS] = { NULL, NULL };
leb               400 drivers/mtd/ubi/vtbl.c 		leb[aeb->lnum] = vzalloc(ubi->vtbl_size);
leb               401 drivers/mtd/ubi/vtbl.c 		if (!leb[aeb->lnum]) {
leb               406 drivers/mtd/ubi/vtbl.c 		err = ubi_io_read_data(ubi, leb[aeb->lnum], aeb->pnum, 0,
leb               425 drivers/mtd/ubi/vtbl.c 	if (leb[0]) {
leb               426 drivers/mtd/ubi/vtbl.c 		leb_corrupted[0] = vtbl_check(ubi, leb[0]);
leb               433 drivers/mtd/ubi/vtbl.c 		if (leb[1])
leb               434 drivers/mtd/ubi/vtbl.c 			leb_corrupted[1] = memcmp(leb[0], leb[1],
leb               438 drivers/mtd/ubi/vtbl.c 			err = create_vtbl(ubi, ai, 1, leb[0]);
leb               445 drivers/mtd/ubi/vtbl.c 		vfree(leb[1]);
leb               446 drivers/mtd/ubi/vtbl.c 		return leb[0];
leb               449 drivers/mtd/ubi/vtbl.c 		if (leb[1]) {
leb               450 drivers/mtd/ubi/vtbl.c 			leb_corrupted[1] = vtbl_check(ubi, leb[1]);
leb               461 drivers/mtd/ubi/vtbl.c 		err = create_vtbl(ubi, ai, 0, leb[1]);
leb               466 drivers/mtd/ubi/vtbl.c 		vfree(leb[0]);
leb               467 drivers/mtd/ubi/vtbl.c 		return leb[1];
leb               471 drivers/mtd/ubi/vtbl.c 	vfree(leb[0]);
leb               472 drivers/mtd/ubi/vtbl.c 	vfree(leb[1]);