Searched refs:add_aeb (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/mtd/ubi/ |
D | fastmap.c | 141 static int add_aeb(struct ubi_attach_info *ai, struct list_head *list, in add_aeb() function 515 add_aeb(ai, free, pnum, ec, 1); in scan_pool() 517 add_aeb(ai, free, pnum, ec, 0); in scan_pool() 690 add_aeb(ai, &ai->free, be32_to_cpu(fmec->pnum), in ubi_attach_fastmap() 701 add_aeb(ai, &used, be32_to_cpu(fmec->pnum), in ubi_attach_fastmap() 712 add_aeb(ai, &used, be32_to_cpu(fmec->pnum), in ubi_attach_fastmap() 723 add_aeb(ai, &ai->erase, be32_to_cpu(fmec->pnum), in ubi_attach_fastmap()
|