Searched refs:add_aeb (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubi/ |
| H A D | fastmap.c | 143 static int add_aeb(struct ubi_attach_info *ai, struct list_head *list, in add_aeb() function 525 add_aeb(ai, free, pnum, ec, 1); in scan_pool() 527 add_aeb(ai, free, pnum, ec, 0); in scan_pool() 700 add_aeb(ai, &ai->free, be32_to_cpu(fmec->pnum), in ubi_attach_fastmap() 711 add_aeb(ai, &used, be32_to_cpu(fmec->pnum), in ubi_attach_fastmap() 722 add_aeb(ai, &used, be32_to_cpu(fmec->pnum), in ubi_attach_fastmap() 733 add_aeb(ai, &ai->erase, be32_to_cpu(fmec->pnum), in ubi_attach_fastmap()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ubi/ |
| H A D | fastmap.c | 136 static int add_aeb(struct ubi_attach_info *ai, struct list_head *list, in add_aeb() function 471 ret = add_aeb(ai, free, pnum, ec, scrub); in scan_pool() 643 ret = add_aeb(ai, &ai->free, be32_to_cpu(fmec->pnum), in ubi_attach_fastmap() 656 ret = add_aeb(ai, &used, be32_to_cpu(fmec->pnum), in ubi_attach_fastmap() 669 ret = add_aeb(ai, &used, be32_to_cpu(fmec->pnum), in ubi_attach_fastmap() 682 ret = add_aeb(ai, &ai->erase, be32_to_cpu(fmec->pnum), in ubi_attach_fastmap()
|