Lines Matching refs:vh
154 static efs_block_t efs_validate_vh(struct volume_header *vh) { in module_exit()
162 if (be32_to_cpu(vh->vh_magic) != VHMAGIC) { in module_exit()
171 ui = ((__be32 *) (vh + 1)) - 1; in module_exit()
172 for(csum = 0; ui >= ((__be32 *) vh);) { in module_exit()
182 pr_debug("bf: \"%16s\"\n", vh->vh_bootfile); in module_exit()
189 name[j] = vh->vh_vd[i].vd_name[j]; in module_exit()
195 name, (int) be32_to_cpu(vh->vh_vd[i].vd_lbn), in module_exit()
196 (int) be32_to_cpu(vh->vh_vd[i].vd_nbytes)); in module_exit()
202 pt_type = (int) be32_to_cpu(vh->vh_pt[i].pt_type); in module_exit()
207 if (be32_to_cpu(vh->vh_pt[i].pt_nblks)) { in module_exit()
209 i, (int)be32_to_cpu(vh->vh_pt[i].pt_firstlbn), in module_exit()
210 (int)be32_to_cpu(vh->vh_pt[i].pt_nblks), in module_exit()
216 sblock = be32_to_cpu(vh->vh_pt[i].pt_firstlbn); in module_exit()