Lines Matching refs:vh
160 static efs_block_t efs_validate_vh(struct volume_header *vh) { in module_exit()
168 if (be32_to_cpu(vh->vh_magic) != VHMAGIC) { in module_exit()
177 ui = ((__be32 *) (vh + 1)) - 1; in module_exit()
178 for(csum = 0; ui >= ((__be32 *) vh);) { in module_exit()
188 pr_debug("bf: \"%16s\"\n", vh->vh_bootfile); in module_exit()
195 name[j] = vh->vh_vd[i].vd_name[j]; in module_exit()
201 name, (int) be32_to_cpu(vh->vh_vd[i].vd_lbn), in module_exit()
202 (int) be32_to_cpu(vh->vh_vd[i].vd_nbytes)); in module_exit()
208 pt_type = (int) be32_to_cpu(vh->vh_pt[i].pt_type); in module_exit()
213 if (be32_to_cpu(vh->vh_pt[i].pt_nblks)) { in module_exit()
215 i, (int)be32_to_cpu(vh->vh_pt[i].pt_firstlbn), in module_exit()
216 (int)be32_to_cpu(vh->vh_pt[i].pt_nblks), in module_exit()
222 sblock = be32_to_cpu(vh->vh_pt[i].pt_firstlbn); in module_exit()