Searched refs:leb (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/mtd/ubi/ |
D | vtbl.c | 378 struct ubi_vtbl_record *leb[UBI_LAYOUT_VOLUME_EBS] = { NULL, NULL }; in process_lvol() local 410 leb[aeb->lnum] = vzalloc(ubi->vtbl_size); in process_lvol() 411 if (!leb[aeb->lnum]) { in process_lvol() 416 err = ubi_io_read_data(ubi, leb[aeb->lnum], aeb->pnum, 0, in process_lvol() 435 if (leb[0]) { in process_lvol() 436 leb_corrupted[0] = vtbl_check(ubi, leb[0]); in process_lvol() 443 if (leb[1]) in process_lvol() 444 leb_corrupted[1] = memcmp(leb[0], leb[1], in process_lvol() 448 err = create_vtbl(ubi, ai, 1, leb[0]); in process_lvol() 455 vfree(leb[1]); in process_lvol() [all …]
|
D | block.c | 192 int ret, leb, offset, bytes_left, to_read; in ubiblock_read() local 202 leb = pos; in ubiblock_read() 213 ret = ubi_read_sg(dev->desc, leb, &pdu->usgl, offset, to_read); in ubiblock_read() 219 leb += 1; in ubiblock_read()
|