Searched refs:add_aeb (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dfastmap.c127 * add_aeb - create and add a attach erase block to a given list.
136 static int add_aeb(struct ubi_attach_info *ai, struct list_head *list, function
471 ret = add_aeb(ai, free, pnum, ec, scrub);
643 ret = add_aeb(ai, &ai->free, be32_to_cpu(fmec->pnum),
656 ret = add_aeb(ai, &used, be32_to_cpu(fmec->pnum),
669 ret = add_aeb(ai, &used, be32_to_cpu(fmec->pnum),
682 ret = add_aeb(ai, &ai->erase, be32_to_cpu(fmec->pnum),

Completed in 111 milliseconds