Home
last modified time | relevance | path

Searched refs:new_vh (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mtd/ubi/
H A Dfastmap.c237 * @new_vh: the volume header derived from new_aeb
243 struct ubi_ainf_volume *av, struct ubi_vid_hdr *new_vh, in update_vol() argument
254 if (be32_to_cpu(new_vh->lnum) != aeb->lnum) { in update_vol()
255 if (be32_to_cpu(new_vh->lnum) < aeb->lnum) in update_vol()
274 cmp_res = ubi_compare_lebs(ubi, aeb, new_aeb->pnum, new_vh); in update_vol()
286 if (av->highest_lnum == be32_to_cpu(new_vh->lnum)) in update_vol()
288 be32_to_cpu(new_vh->data_size); in update_vol()
295 aeb->copy_flag = new_vh->copy_flag; in update_vol()
311 if (av->highest_lnum <= be32_to_cpu(new_vh->lnum)) { in update_vol()
312 av->highest_lnum = be32_to_cpu(new_vh in update_vol()
337 process_pool_aeb(struct ubi_device * ubi,struct ubi_attach_info * ai,struct ubi_vid_hdr * new_vh,struct ubi_ainf_peb * new_aeb) process_pool_aeb() argument
[all...]