Lines Matching refs:vol_id
46 static struct ubi_vid_hdr *new_fm_vhdr(struct ubi_device *ubi, int vol_id) in new_fm_vhdr() argument
55 new->vol_id = cpu_to_be32(vol_id); in new_fm_vhdr()
117 static struct ubi_ainf_volume *add_vol(struct ubi_attach_info *ai, int vol_id, in add_vol() argument
128 if (vol_id > av->vol_id) in add_vol()
130 else if (vol_id > av->vol_id) in add_vol()
139 av->vol_id = vol_id; in add_vol()
147 dbg_bld("found volume (ID %i)", vol_id); in add_vol()
255 av->vol_id, aeb->lnum, new_aeb->pnum); in update_vol()
266 av->vol_id, aeb->lnum, new_aeb->pnum); in update_vol()
307 if (be32_to_cpu(new_vh->vol_id) == UBI_FM_SB_VOLUME_ID || in process_pool_aeb()
308 be32_to_cpu(new_vh->vol_id) == UBI_FM_DATA_VOLUME_ID) { in process_pool_aeb()
319 if (be32_to_cpu(new_vh->vol_id) > tmp_av->vol_id) in process_pool_aeb()
321 else if (be32_to_cpu(new_vh->vol_id) < tmp_av->vol_id) in process_pool_aeb()
336 ubi_assert(be32_to_cpu(new_vh->vol_id) == av->vol_id); in process_pool_aeb()
696 av = add_vol(ai, be32_to_cpu(fmvhdr->vol_id), in ubi_attach_fastmap()
706 if (ai->highest_vol_id < be32_to_cpu(fmvhdr->vol_id)) in ubi_attach_fastmap()
707 ai->highest_vol_id = be32_to_cpu(fmvhdr->vol_id); in ubi_attach_fastmap()
766 aeb->pnum, aeb->lnum, av->vol_id); in ubi_attach_fastmap()
957 if (be32_to_cpu(vh->vol_id) != UBI_FM_SB_VOLUME_ID) { in ubi_scan_fastmap()
960 be32_to_cpu(vh->vol_id), in ubi_scan_fastmap()
966 if (be32_to_cpu(vh->vol_id) != UBI_FM_DATA_VOLUME_ID) { in ubi_scan_fastmap()
969 be32_to_cpu(vh->vol_id), in ubi_scan_fastmap()
1208 fvh->vol_id = cpu_to_be32(vol->vol_id); in ubi_write_fastmap()