Lines Matching refs:vh
155 static efs_block_t efs_validate_vh(struct volume_header *vh) { in module_exit()
163 if (be32_to_cpu(vh->vh_magic) != VHMAGIC) { in module_exit()
172 ui = ((__be32 *) (vh + 1)) - 1; in module_exit()
173 for(csum = 0; ui >= ((__be32 *) vh);) { in module_exit()
183 pr_debug("bf: \"%16s\"\n", vh->vh_bootfile); in module_exit()
190 name[j] = vh->vh_vd[i].vd_name[j]; in module_exit()
196 name, (int) be32_to_cpu(vh->vh_vd[i].vd_lbn), in module_exit()
197 (int) be32_to_cpu(vh->vh_vd[i].vd_nbytes)); in module_exit()
203 pt_type = (int) be32_to_cpu(vh->vh_pt[i].pt_type); in module_exit()
208 if (be32_to_cpu(vh->vh_pt[i].pt_nblks)) { in module_exit()
210 i, (int)be32_to_cpu(vh->vh_pt[i].pt_firstlbn), in module_exit()
211 (int)be32_to_cpu(vh->vh_pt[i].pt_nblks), in module_exit()
217 sblock = be32_to_cpu(vh->vh_pt[i].pt_firstlbn); in module_exit()