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