Searched refs:add_aeb (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/mtd/ubi/ |
D | fastmap.c | 135 static int add_aeb(struct ubi_attach_info *ai, struct list_head *list, in add_aeb() function 470 ret = add_aeb(ai, free, pnum, ec, scrub); in scan_pool() 642 ret = add_aeb(ai, &ai->free, be32_to_cpu(fmec->pnum), in ubi_attach_fastmap() 655 ret = add_aeb(ai, &used, be32_to_cpu(fmec->pnum), in ubi_attach_fastmap() 668 ret = add_aeb(ai, &used, be32_to_cpu(fmec->pnum), in ubi_attach_fastmap() 681 ret = add_aeb(ai, &ai->erase, be32_to_cpu(fmec->pnum), in ubi_attach_fastmap()
|