Lines Matching refs:be32_to_cpu
162 if (be32_to_cpu(vh->vh_magic) != VHMAGIC) { in module_exit()
174 csum += be32_to_cpu(cs); 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()
235 if (!IS_EFS_MAGIC(be32_to_cpu(super->fs_magic))) in efs_validate_super()
238 sb->fs_magic = be32_to_cpu(super->fs_magic); in efs_validate_super()
239 sb->total_blocks = be32_to_cpu(super->fs_size); in efs_validate_super()
240 sb->first_block = be32_to_cpu(super->fs_firstcg); in efs_validate_super()
241 sb->group_size = be32_to_cpu(super->fs_cgfsize); in efs_validate_super()
242 sb->data_free = be32_to_cpu(super->fs_tfree); in efs_validate_super()
243 sb->inode_free = be32_to_cpu(super->fs_tinode); in efs_validate_super()