Lines Matching refs:vh
159 static efs_block_t efs_validate_vh(struct volume_header *vh) { in module_exit()
167 if (be32_to_cpu(vh->vh_magic) != VHMAGIC) { in module_exit()
176 ui = ((__be32 *) (vh + 1)) - 1; in module_exit()
177 for(csum = 0; ui >= ((__be32 *) vh);) { in module_exit()
187 pr_debug("bf: \"%16s\"\n", vh->vh_bootfile); in module_exit()
194 name[j] = vh->vh_vd[i].vd_name[j]; in module_exit()
200 name, (int) be32_to_cpu(vh->vh_vd[i].vd_lbn), in module_exit()
201 (int) be32_to_cpu(vh->vh_vd[i].vd_nbytes)); in module_exit()
207 pt_type = (int) be32_to_cpu(vh->vh_pt[i].pt_type); in module_exit()
212 if (be32_to_cpu(vh->vh_pt[i].pt_nblks)) { in module_exit()
214 i, (int)be32_to_cpu(vh->vh_pt[i].pt_firstlbn), in module_exit()
215 (int)be32_to_cpu(vh->vh_pt[i].pt_nblks), in module_exit()
221 sblock = be32_to_cpu(vh->vh_pt[i].pt_firstlbn); in module_exit()