Searched refs:add_aeb (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/mtd/ubi/ |
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()
|