Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/ubi/
H A Dfastmap.c284 if (be32_to_cpu(new_vh->lnum) != aeb->lnum) { in update_vol()
285 if (be32_to_cpu(new_vh->lnum) < aeb->lnum) in update_vol()
319 if (av->highest_lnum == be32_to_cpu(new_vh->lnum)) in update_vol()
321 be32_to_cpu(new_vh->data_size); in update_vol()
328 aeb->copy_flag = new_vh->copy_flag; in update_vol()
343 if (av->highest_lnum <= be32_to_cpu(new_vh->lnum)) { in update_vol()
344 av->highest_lnum = be32_to_cpu(new_vh->lnum); in update_vol()
349 av->used_ebs = be32_to_cpu(new_vh->used_ebs); in update_vol()
369 struct ubi_vid_hdr *new_vh, in process_pool_aeb() argument
388 if (be32_to_cpu(new_vh->vol_id) > tmp_av->vol_id) in process_pool_aeb()
[all …]
/openbmc/linux/drivers/mtd/ubi/
H A Dfastmap.c254 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()
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->lnum); in update_vol()
317 av->used_ebs = be32_to_cpu(new_vh->used_ebs); in update_vol()
337 struct ubi_vid_hdr *new_vh, in process_pool_aeb() argument
340 int vol_id = be32_to_cpu(new_vh->vol_id); in process_pool_aeb()
[all …]